Apache CXF API

org.apache.cxf.rs.security.oauth2.common
Interface AccessTokenGrant

All Known Implementing Classes:
AuthorizationCodeGrant, ServerAuthorizationCodeGrant

public interface AccessTokenGrant

Access Token Grant


Method Summary
 String getType()
          Returns the token grant type, example, "authorization_code"
 javax.ws.rs.core.MultivaluedMap<String,String> toMap()
          Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
 

Method Detail

getType

String getType()
Returns the token grant type, example, "authorization_code"

Returns:
the grant type

toMap

javax.ws.rs.core.MultivaluedMap<String,String> toMap()
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.

Returns:
the grant parameters

Apache CXF API

Apache CXF