Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant

Packages that use ServerAuthorizationCodeGrant
org.apache.cxf.rs.security.oauth2.grants.code   
 

Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oauth2.grants.code
 

Methods in org.apache.cxf.rs.security.oauth2.grants.code that return ServerAuthorizationCodeGrant
 ServerAuthorizationCodeGrant AuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg)
          Creates a temporarily code grant which will capture the information about the Client requesting the access to the resource owner's resources
 ServerAuthorizationCodeGrant AuthorizationCodeDataProvider.removeCodeGrant(String code)
          Returns the previously registered ServerAuthorizationCodeGrant
 


Apache CXF API

Apache CXF