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, setAudience
public javax.ws.rs.core.MultivaluedMap<String,String> toMap()
AccessTokenGrant
toMap
in interface AccessTokenGrant
toMap
in class AbstractGrant
Apache CXF