Class ResourceOwnerGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
- All Implemented Interfaces:
Serializable,AccessTokenGrant
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceOwnerGrant(String name, String password) ResourceOwnerGrant(String name, String password, String scope) ResourceOwnerGrant(String name, String password, String scope, String audience) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
getType, setAudience
-
Constructor Details
-
ResourceOwnerGrant
-
ResourceOwnerGrant
-
ResourceOwnerGrant
-
-
Method Details
-
toMap
Description copied from interface:AccessTokenGrantReturns the map containing public grant parameters; can be used by clients requesting the access tokens.- Specified by:
toMapin interfaceAccessTokenGrant- Overrides:
toMapin classAbstractGrant- Returns:
- the grant parameters
-