public class ResourceOwnerGrant extends AbstractGrant
| Constructor and Description |
|---|
ResourceOwnerGrant(String name,
String password) |
ResourceOwnerGrant(String name,
String password,
String scope) |
ResourceOwnerGrant(String name,
String password,
String scope,
String audience) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.MultivaluedMap<String,String> |
toMap()
Returns the map containing public grant parameters;
can be used by clients requesting the access tokens.
|
getType, setAudiencepublic javax.ws.rs.core.MultivaluedMap<String,String> toMap()
AccessTokenGranttoMap in interface AccessTokenGranttoMap in class AbstractGrantApache CXF