Uses of Class
org.apache.cxf.rs.security.oauth2.common.Client
-
-
Uses of Client in org.apache.cxf.rs.security.oauth2.common
Methods in org.apache.cxf.rs.security.oauth2.common that return Client Modifier and Type Method Description ClientAccessTokenRegistration. getClient()Returns theClientinstanceClientServerAccessToken. getClient()Returns the Client associated with this tokenMethods in org.apache.cxf.rs.security.oauth2.common with parameters of type Client Modifier and Type Method Description voidAccessTokenRegistration. setClient(Client client)Sets theClientinstancevoidServerAccessToken. setClient(Client c)Constructors in org.apache.cxf.rs.security.oauth2.common with parameters of type Client Constructor Description ServerAccessToken(Client client, String tokenType, String tokenKey, long expiresIn)ServerAccessToken(Client client, String tokenType, String tokenKey, long expiresIn, long issuedAt) -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants
Methods in org.apache.cxf.rs.security.oauth2.grants with parameters of type Client Modifier and Type Method Description protected ServerAccessTokenAbstractGrantHandler. doCreateAccessToken(Client client, UserSubject subject, String requestedGrant, List<String> requestedScopes)protected ServerAccessTokenAbstractGrantHandler. doCreateAccessToken(Client client, UserSubject subject, String requestedGrant, List<String> requestedScopes, List<String> audiences)protected ServerAccessTokenAbstractGrantHandler. doCreateAccessToken(Client client, UserSubject subject, List<String> requestedScopes)protected ServerAccessTokenAbstractGrantHandler. doCreateAccessToken(Client client, UserSubject subject, List<String> requestedScopes, List<String> audiences)protected ServerAccessTokenAbstractGrantHandler. doCreateAccessToken(Client client, UserSubject subject, javax.ws.rs.core.MultivaluedMap<String,String> params)protected List<String>AbstractGrantHandler. getApprovedScopes(Client client, UserSubject subject, List<String> requestedScopes)protected List<String>AbstractGrantHandler. getAudiences(Client client, String clientAudience)protected ServerAccessTokenAbstractGrantHandler. getPreAuthorizedToken(Client client, UserSubject subject, String requestedGrant, List<String> requestedScopes, List<String> audiences) -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants.clientcred
Methods in org.apache.cxf.rs.security.oauth2.grants.clientcred with parameters of type Client Modifier and Type Method Description ServerAccessTokenClientCredentialsGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params) -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants.code
Methods in org.apache.cxf.rs.security.oauth2.grants.code that return Client Modifier and Type Method Description ClientAuthorizationCodeRegistration. getClient()GetsClientreferenceClientServerAuthorizationCodeGrant. getClient()Returns the reference toClientClientDefaultEncryptingCodeDataProvider. removeClient(String clientId)Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type Client Modifier and Type Method Description ServerAccessTokenAuthorizationCodeGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)protected voidJCacheCodeDataProvider. doRemoveClient(Client c)protected voidJPACodeDataProvider. doRemoveClient(Client c)protected List<String>AuthorizationCodeGrantHandler. getAudiences(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params, String grantAudience)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)protected JwsSignatureVerifierJwtRequestCodeFilter. getInitializedSigVerifier(Client c)static booleanAbstractCodeDataProvider. isCodeMatched(ServerAuthorizationCodeGrant grant, Client c, UserSubject sub)protected booleanJwtRequestCodeFilter. isRequestUriValid(Client client, String requestUri)This method must be overridden to support request_uri.javax.ws.rs.core.MultivaluedMap<String,String>JwtRequestCodeFilter. process(javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject endUser, Client client)protected voidAbstractCodeDataProvider. removeClientCodeGrants(Client c)protected voidDefaultEncryptingCodeDataProvider. removeClientCodeGrants(Client c)protected voidJPACodeDataProvider. removeClientCodeGrants(Client c)protected voidJPACodeDataProvider. removeClientCodeGrants(Client c, javax.persistence.EntityManager em)voidAuthorizationCodeRegistration. setClient(Client client)Sets theClientreferencevoidServerAuthorizationCodeGrant. setClient(Client c)Constructors in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type Client Constructor Description ServerAuthorizationCodeGrant(Client client, long lifetime)ServerAuthorizationCodeGrant(Client client, String code, long expiresIn, long issuedAt) -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type Client Modifier and Type Method Description ServerAccessTokenJwtBearerGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)protected voidAbstractJwtHandler. validateClaims(Client client, JwtClaims claims)protected voidAbstractJwtHandler. validateSubject(Client client, String subject) -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants.owner
Methods in org.apache.cxf.rs.security.oauth2.grants.owner with parameters of type Client Modifier and Type Method Description ServerAccessTokenResourceOwnerGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)UserSubjectJAASResourceOwnerLoginHandler. createSubject(Client client, String name, String password)UserSubjectResourceOwnerLoginHandler. createSubject(Client client, String name, String password)Create aUserSubjectfor the name and password parameters, or return null if the name and password are invalid. -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants.refresh
Methods in org.apache.cxf.rs.security.oauth2.grants.refresh with parameters of type Client Modifier and Type Method Description ServerAccessTokenRefreshTokenGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params) -
Uses of Client in org.apache.cxf.rs.security.oauth2.grants.saml
Methods in org.apache.cxf.rs.security.oauth2.grants.saml with parameters of type Client Modifier and Type Method Description ServerAccessTokenSaml2BearerGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params) -
Uses of Client in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return Client Modifier and Type Method Description protected ClientAbstractOAuthDataProvider. createClientCredentialsClient(String clientId, String password)protected abstract ClientAbstractOAuthDataProvider. doGetClient(String clientId)ClientDefaultEncryptingOAuthDataProvider. doGetClient(String clientId)ClientJCacheOAuthDataProvider. doGetClient(String clientId)ClientJPAOAuthDataProvider. doGetClient(String clientId)ClientAbstractOAuthDataProvider. getClient(String clientId)ClientClientRegistrationProvider. getClient(String clientId)Get a Client with the given idClientOAuthDataProvider. getClient(String clientId)Returns the previously registered third-partyClientClientAbstractOAuthDataProvider. removeClient(String clientId)ClientClientRegistrationProvider. removeClient(String clientId)Remove a Client with the given idMethods in org.apache.cxf.rs.security.oauth2.provider that return types with arguments of type Client Modifier and Type Method Description List<Client>ClientRegistrationProvider. getClients(UserSubject resourceOwner)Get a list of clients registered by a resource owner.List<Client>DefaultEncryptingOAuthDataProvider. getClients(UserSubject resourceOwner)List<Client>JCacheOAuthDataProvider. getClients(UserSubject resourceOwner)List<Client>JPAOAuthDataProvider. getClients(UserSubject resourceOwner)protected javax.persistence.TypedQuery<Client>JPAOAuthDataProvider. getClientsQuery(UserSubject resourceOwnerSubject, javax.persistence.EntityManager entityManager)Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type Client Modifier and Type Method Description protected voidAbstractOAuthDataProvider. checkRequestedScopes(Client client, List<String> requestedScopes)List<OAuthPermission>AbstractOAuthDataProvider. convertScopeToPermissions(Client client, List<String> requestedScopes)List<OAuthPermission>OAuthDataProvider. convertScopeToPermissions(Client client, List<String> requestedScopes)Converts the requested scopes to the list of permissions.protected voidAbstractOAuthDataProvider. convertSingleScopeToPermission(Client client, String scope, List<OAuthPermission> perms)ServerAccessTokenAccessTokenGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)protected ServerAccessTokenAbstractOAuthDataProvider. createNewAccessToken(Client client, UserSubject userSub)protected ServerAccessTokenAbstractOAuthDataProvider. doCreateAccessToken(List<String> audiences, Client client, String clientCodeVerifier, Map<String,String> extraProperties, String grantCode, String grantType, String nonce, String responseType, List<OAuthPermission> scopes, UserSubject userSubject)protected ServerAccessTokenAbstractOAuthDataProvider. doRefreshAccessToken(Client client, RefreshToken oldRefreshToken, List<String> restrictedScopes)protected abstract voidAbstractOAuthDataProvider. doRemoveClient(Client c)voidDefaultEncryptingOAuthDataProvider. doRemoveClient(Client c)protected voidJCacheOAuthDataProvider. doRemoveClient(Client c)protected voidJPAOAuthDataProvider. doRemoveClient(Client c)List<ServerAccessToken>DefaultEncryptingOAuthDataProvider. getAccessTokens(Client c, UserSubject sub)List<ServerAccessToken>JCacheOAuthDataProvider. getAccessTokens(Client c, UserSubject sub)List<ServerAccessToken>JPAOAuthDataProvider. getAccessTokens(Client c, UserSubject sub)List<ServerAccessToken>OAuthDataProvider. getAccessTokens(Client client, UserSubject subject)Return all access tokens associated with a given clientprotected JweDecryptionProviderOAuthServerJoseJwtConsumer. getInitializedDecryptionProvider(Client c)protected JweEncryptionProviderOAuthServerJoseJwtProducer. getInitializedEncryptionProvider(Client c)protected JwsSignatureProviderOAuthServerJoseJwtProducer. getInitializedSignatureProvider(Client c)protected JwsSignatureVerifierOAuthServerJoseJwtConsumer. getInitializedSignatureVerifier(Client c)protected List<ServerAccessToken>JCacheOAuthDataProvider. getJwtAccessTokens(Client client, UserSubject sub)JwtTokenOAuthServerJoseJwtConsumer. getJwtToken(String wrappedJwtToken, Client client)ServerAccessTokenAbstractOAuthDataProvider. getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject sub, String grantType)ServerAccessTokenOAuthDataProvider. getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject subject, String grantType)Get preauthorized access tokenList<RefreshToken>DefaultEncryptingOAuthDataProvider. getRefreshTokens(Client c, UserSubject sub)List<RefreshToken>JCacheOAuthDataProvider. getRefreshTokens(Client c, UserSubject sub)List<RefreshToken>JPAOAuthDataProvider. getRefreshTokens(Client c, UserSubject sub)List<RefreshToken>OAuthDataProvider. getRefreshTokens(Client client, UserSubject subject)Return all refresh tokens associated with a given clientprotected javax.persistence.TypedQuery<RefreshToken>JPAOAuthDataProvider. getRefreshTokensQuery(Client c, UserSubject resourceOwnerSubject, javax.persistence.EntityManager entityManager)protected static <K,V extends ServerAccessToken>
List<V>JCacheOAuthDataProvider. getTokens(javax.cache.Cache<K,V> cache, Client client, UserSubject sub)protected javax.persistence.TypedQuery<BearerAccessToken>JPAOAuthDataProvider. getTokensQuery(Client c, UserSubject resourceOwnerSubject, javax.persistence.EntityManager entityManager)protected voidAbstractOAuthDataProvider. handleLinkedRefreshToken(Client client, ServerAccessToken accessToken)protected static booleanAbstractOAuthDataProvider. isClientMatched(Client c, UserSubject resourceOwner)protected static booleanAbstractOAuthDataProvider. isTokenMatched(ServerAccessToken token, Client c, UserSubject sub)StringAuthorizationCodeResponseFilter. process(Client client, String code, UserSubject endUser)javax.ws.rs.core.MultivaluedMap<String,String>AuthorizationRequestFilter. process(javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject endUser, Client client)StringOAuthServerJoseJwtProducer. processJwt(JwtToken jwt, Client client)ServerAccessTokenAbstractOAuthDataProvider. refreshAccessToken(Client client, String refreshTokenKey, List<String> restrictedScopes)ServerAccessTokenOAuthDataProvider. refreshAccessToken(Client client, String refreshToken, List<String> requestedScopes)Refresh access tokenprotected voidAbstractOAuthDataProvider. removeClientTokens(Client c)protected ServerAccessTokenAbstractOAuthDataProvider. revokeAccessToken(Client client, String accessTokenKey)protected voidAbstractOAuthDataProvider. revokeAccessTokens(Client client, RefreshToken currentRefreshToken)protected RefreshTokenAbstractOAuthDataProvider. revokeRefreshToken(Client client, String refreshTokenKey)voidAbstractOAuthDataProvider. revokeToken(Client client, String tokenKey, String tokenTypeHint)voidOAuthDataProvider. revokeToken(Client client, String tokenId, String tokenTypeHint)Revokes a refresh or access tokenvoidClientRegistrationProvider. setClient(Client client)Set a ClientvoidDefaultEncryptingOAuthDataProvider. setClient(Client client)voidJCacheOAuthDataProvider. setClient(Client client)voidJPAOAuthDataProvider. setClient(Client client)booleanClientSecretHashVerifier. validateClientSecret(Client client, String clientSecret)booleanClientSecretVerifier. validateClientSecret(Client client, String clientSecret)Validate a client secretMethod parameters in org.apache.cxf.rs.security.oauth2.provider with type arguments of type Client Modifier and Type Method Description voidAbstractOAuthDataProvider. setClients(List<Client> clients) -
Uses of Client in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return Client Modifier and Type Method Description protected ClientAbstractTokenService. authenticateClientIfNeeded(javax.ws.rs.core.MultivaluedMap<String,String> params)Make sure the client is authenticatedprotected ClientDynamicRegistrationService. createNewClient(ClientRegistration request)protected ClientAbstractTokenService. getAndValidateClientFromIdAndSecret(String clientId, String providedClientSecret, javax.ws.rs.core.MultivaluedMap<String,String> params)protected ClientAbstractTokenService. getClient(String clientId, String clientSecret, javax.ws.rs.core.MultivaluedMap<String,String> params)protected ClientAbstractTokenService. getClient(String clientId, javax.ws.rs.core.MultivaluedMap<String,String> params)Get theClientreferenceprotected ClientDirectAuthorizationService. getClient(javax.ws.rs.core.MultivaluedMap<String,String> params)protected ClientRedirectionBasedGrantService. getClient(String clientId, javax.ws.rs.core.MultivaluedMap<String,String> params)Get theClientreferenceprotected ClientAbstractTokenService. getClientFromBasicAuthScheme(javax.ws.rs.core.MultivaluedMap<String,String> params)protected ClientAbstractTokenService. getClientFromTLSCertificates(javax.ws.rs.core.SecurityContext sc, TLSSessionInfo tlsSessionInfo, javax.ws.rs.core.MultivaluedMap<String,String> params)protected ClientAbstractOAuthService. getValidClient(String clientId, String clientSecret, javax.ws.rs.core.MultivaluedMap<String,String> params)protected ClientAbstractOAuthService. getValidClient(String clientId, javax.ws.rs.core.MultivaluedMap<String,String> params)Get theClientreferenceprotected ClientDynamicRegistrationService. readClient(String clientId)Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type Client Modifier and Type Method Description protected booleanRedirectionBasedGrantService. canAuthorizationBeSkipped(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, UserSubject userSubject, List<String> requestedScope, List<OAuthPermission> permissions)protected booleanAbstractImplicitGrantService. canRedirectUriBeEmpty(Client c)protected booleanAuthorizationCodeGrantService. canRedirectUriBeEmpty(Client c)protected abstract booleanRedirectionBasedGrantService. canRedirectUriBeEmpty(Client c)protected booleanAbstractImplicitGrantService. canSupportPublicClient(Client c)protected booleanAuthorizationCodeGrantService. canSupportPublicClient(Client c)protected booleanImplicitConfidentialGrantService. canSupportPublicClient(Client c)protected abstract booleanRedirectionBasedGrantService. canSupportPublicClient(Client c)protected voidAccessTokenService. checkAudience(Client c, javax.ws.rs.core.MultivaluedMap<String,String> params)protected voidAbstractTokenService. checkCertificateBinding(Client client, TLSSessionInfo tlsSessionInfo)protected voidDynamicRegistrationService. checkRegistrationAccessToken(Client c, String accessToken)protected OAuthAuthorizationDataImplicitGrantService. createAuthorizationData(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params, String redirectUri, UserSubject subject, List<OAuthPermission> requestedPerms, List<OAuthPermission> alreadyAuthorizedPerms, boolean authorizationCanBeSkipped)protected OAuthAuthorizationDataRedirectionBasedGrantService. createAuthorizationData(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params, String redirectUri, UserSubject subject, List<OAuthPermission> requestedPerms, List<OAuthPermission> alreadyAuthorizedPerms, boolean authorizationCanBeSkipped)Create the authorization challenge dataprotected AuthorizationCodeRegistrationAuthorizationCodeGrantService. createCodeRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected javax.ws.rs.core.ResponseAbstractImplicitGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected javax.ws.rs.core.ResponseAuthorizationCodeGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected abstract javax.ws.rs.core.ResponseRedirectionBasedGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected StringDynamicRegistrationService. createRegAccessToken(Client client)protected AccessTokenRegistrationAbstractImplicitGrantService. createTokenRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject)protected voidDynamicRegistrationService. fromClientRegistrationToClient(ClientRegistration request, Client client)protected ClientRegistrationDynamicRegistrationService. fromClientToClientRegistration(Client c)protected ClientRegistrationResponseDynamicRegistrationService. fromClientToRegistrationResponse(Client client)protected ClientAccessTokenAbstractImplicitGrantService. getClientAccessToken(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)ServerAuthorizationCodeGrantAuthorizationCodeGrantService. getGrantRepresentation(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected booleanAbstractTokenService. isConfidenatialClientSecretValid(Client client, String providedClientSecret)protected booleanAbstractTokenService. isValidPublicClient(Client client, String clientId)protected booleanRedirectionBasedGrantService. noConsentForRequestedScopes(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, UserSubject userSubject, List<String> requestedScope, List<OAuthPermission> permissions)protected AbstractFormImplicitResponseAbstractImplicitGrantService. prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected StringBuilderAbstractImplicitGrantService. prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected StringAuthorizationCodeGrantService. processCodeGrant(Client client, String code, UserSubject endUser)protected javax.ws.rs.core.ResponseRedirectionBasedGrantService. startAuthorization(javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject userSubject, Client client, String redirectUri)protected voidAbstractTokenService. validateClientAuthenticationMethod(Client c, String authMethod)protected StringRedirectionBasedGrantService. validateRedirectUri(Client client, String redirectUri) -
Uses of Client in org.apache.cxf.rs.security.oauth2.tokens.bearer
Constructors in org.apache.cxf.rs.security.oauth2.tokens.bearer with parameters of type Client Constructor Description BearerAccessToken(Client client, long lifetime)BearerAccessToken(Client client, String tokenKey, long lifetime, long issuedAt) -
Uses of Client in org.apache.cxf.rs.security.oauth2.tokens.hawk
Constructors in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type Client Constructor Description HawkAccessToken(Client client, long lifetime)HawkAccessToken(Client client, String macAuthAlgo, long lifetime)HawkAccessToken(Client client, HmacAlgorithm macAlgo, long lifetime)HawkAccessToken(Client client, HmacAlgorithm algo, String tokenKey, long lifetime, long issuedAt)HawkAccessToken(Client client, HmacAlgorithm algo, String tokenKey, String macKey, long lifetime, long issuedAt) -
Uses of Client in org.apache.cxf.rs.security.oauth2.tokens.refresh
Constructors in org.apache.cxf.rs.security.oauth2.tokens.refresh with parameters of type Client Constructor Description RefreshToken(Client client, long lifetime)RefreshToken(Client client, String tokenKey, long lifetime, long issuedAt) -
Uses of Client in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils with parameters of type Client Modifier and Type Method Description static List<String>OAuthUtils. getRequestedScopes(Client client, String scopeParameter, boolean useAllClientScopes, boolean partialMatchScopeValidation)static List<String>OAuthUtils. getRequestedScopes(Client client, String scopeParameter, boolean useAllClientScopes, boolean partialMatchScopeValidation, boolean defaultToRegisteredScopes)static booleanOAuthUtils. isGrantSupportedForClient(Client client, boolean canSupportPublicClients, String grantType) -
Uses of Client in org.apache.cxf.rs.security.oauth2.utils.crypto
Methods in org.apache.cxf.rs.security.oauth2.utils.crypto that return Client Modifier and Type Method Description static ClientModelEncryptionSupport. decryptClient(String encodedSequence, String encodedSecretKey)static ClientModelEncryptionSupport. decryptClient(String encodedSequence, String encodedSecretKey, KeyProperties props)static ClientModelEncryptionSupport. decryptClient(String encodedSequence, Key secretKey)static ClientModelEncryptionSupport. decryptClient(String encodedData, Key secretKey, KeyProperties props)static ClientModelEncryptionSupport. recreateClient(String sequence)Methods in org.apache.cxf.rs.security.oauth2.utils.crypto with parameters of type Client Modifier and Type Method Description static StringModelEncryptionSupport. encryptClient(Client client, Key secretKey)static StringModelEncryptionSupport. encryptClient(Client client, Key secretKey, KeyProperties props) -
Uses of Client in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp that return Client Modifier and Type Method Description protected ClientOidcDynamicRegistrationService. createNewClient(ClientRegistration request)Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type Client Modifier and Type Method Description protected booleanOidcAuthorizationCodeService. canAuthorizationBeSkipped(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, UserSubject userSubject, List<String> requestedScope, List<OAuthPermission> permissions)protected booleanOidcImplicitService. canAuthorizationBeSkipped(javax.ws.rs.core.MultivaluedMap<String,String> params, Client client, UserSubject userSubject, List<String> requestedScope, List<OAuthPermission> permissions)protected ClientRegistrationOidcDynamicRegistrationService. fromClientToClientRegistration(Client client)protected AbstractFormImplicitResponseOidcHybridService. prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected AbstractFormImplicitResponseOidcImplicitService. prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected ServerAuthorizationCodeGrantOidcHybridService. prepareHybrideCode(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected StringBuilderOidcHybridService. prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected StringBuilderOidcImplicitService. prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)StringIdTokenResponseFilter. processJwt(JwtToken jwt, Client client)protected javax.ws.rs.core.ResponseOidcAuthorizationCodeService. startAuthorization(javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject userSubject, Client client, String redirectUri)protected javax.ws.rs.core.ResponseOidcImplicitService. startAuthorization(javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject userSubject, Client client, String redirectUri)
-