Uses of Class
org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
-
-
Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oauth2.grants.code
Methods in org.apache.cxf.rs.security.oauth2.grants.code that return types with arguments of type ServerAuthorizationCodeGrant Modifier and Type Method Description List<ServerAuthorizationCodeGrant>AuthorizationCodeDataProvider. getCodeGrants(Client client, UserSubject subject)Return the list of code grants associated with a given clientList<ServerAuthorizationCodeGrant>DefaultEncryptingCodeDataProvider. getCodeGrants(Client c, UserSubject sub)List<ServerAuthorizationCodeGrant>JCacheCodeDataProvider. getCodeGrants(Client c, UserSubject sub)List<ServerAuthorizationCodeGrant>JPACodeDataProvider. getCodeGrants(Client c, UserSubject subject)protected javax.persistence.TypedQuery<ServerAuthorizationCodeGrant>JPACodeDataProvider. getCodesQuery(Client c, UserSubject resourceOwnerSubject, javax.persistence.EntityManager em)Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type ServerAuthorizationCodeGrant Modifier and Type Method Description static booleanAbstractCodeDataProvider. isCodeMatched(ServerAuthorizationCodeGrant grant, Client c, UserSubject sub)protected static booleanJCacheCodeDataProvider. isExpired(ServerAuthorizationCodeGrant grant)protected voidDefaultEncryptingCodeDataProvider. saveAuthorizationGrant(ServerAuthorizationCodeGrant grant)protected abstract voidAbstractCodeDataProvider. saveCodeGrant(ServerAuthorizationCodeGrant grant)protected voidJPACodeDataProvider. saveCodeGrant(ServerAuthorizationCodeGrant grant) -
Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return ServerAuthorizationCodeGrant Modifier and Type Method Description ServerAuthorizationCodeGrantAuthorizationCodeGrantService. getGrantRepresentation(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) -
Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oauth2.utils.crypto
Methods in org.apache.cxf.rs.security.oauth2.utils.crypto that return ServerAuthorizationCodeGrant Modifier and Type Method Description static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, KeyProperties props)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedToken, Key key)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedData, Key key, KeyProperties props)static ServerAuthorizationCodeGrantModelEncryptionSupport. recreateCodeGrant(OAuthDataProvider provider, String decryptedSequence)Methods in org.apache.cxf.rs.security.oauth2.utils.crypto with parameters of type ServerAuthorizationCodeGrant Modifier and Type Method Description static StringModelEncryptionSupport. encryptCodeGrant(ServerAuthorizationCodeGrant grant, Key secretKey)static StringModelEncryptionSupport. encryptCodeGrant(ServerAuthorizationCodeGrant grant, Key secretKey, KeyProperties props) -
Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp that return ServerAuthorizationCodeGrant Modifier and Type Method Description protected ServerAuthorizationCodeGrantOidcHybridService. prepareHybrideCode(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)
-