Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractRequestAssertionConsumerHandler - Class in org.apache.cxf.rs.security.saml.sso
- AbstractRequestAssertionConsumerHandler() - Constructor for class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- AbstractServiceProviderFilter - Class in org.apache.cxf.rs.security.saml.sso
- AbstractServiceProviderFilter() - Constructor for class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- AbstractSSOSpHandler - Class in org.apache.cxf.rs.security.saml.sso
- AbstractSSOSpHandler() - Constructor for class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- AuthnRequestBuilder - Interface in org.apache.cxf.rs.security.saml.sso
-
This interface defines a method to create a SAML 2.0 Protocol AuthnRequest.
B
- BUNDLE - Static variable in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- BUNDLE - Static variable in class org.apache.cxf.rs.security.saml.sso.LogoutService
- BUNDLE - Static variable in class org.apache.cxf.rs.security.saml.sso.MetadataService
C
- CACHE_KEY - Static variable in class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
- checkSecurityContext(Message) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- close() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- close() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- close() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- close() - Method in class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
- close() - Method in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- close() - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- close() - Method in class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- close() - Method in interface org.apache.cxf.rs.security.saml.sso.state.SPStateManager
- close() - Method in interface org.apache.cxf.rs.security.saml.sso.TokenReplayCache
- contains(String) - Method in class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
-
Return true if the given identifier is contained in the cache
- contains(T) - Method in interface org.apache.cxf.rs.security.saml.sso.TokenReplayCache
- createAuthnCtxClassRef(String) - Static method in class org.apache.cxf.rs.security.saml.sso.SamlpRequestComponentBuilder
- createAuthnRequest(String, boolean, boolean, String, SAMLVersion, Issuer, NameIDPolicy, RequestedAuthnContext) - Static method in class org.apache.cxf.rs.security.saml.sso.SamlpRequestComponentBuilder
- createAuthnRequest(Message, String, String) - Method in interface org.apache.cxf.rs.security.saml.sso.AuthnRequestBuilder
-
Create a SAML 2.0 Protocol AuthnRequest
- createAuthnRequest(Message, String, String) - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
-
Create a SAML 2.0 Protocol AuthnRequest
- createCookie(String, String, String, String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- createIssuer(String) - Static method in class org.apache.cxf.rs.security.saml.sso.SamlpRequestComponentBuilder
- createKeyInfoFromDefaultAlias(Crypto) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- createLogoutRequest(SAMLVersion, Issuer, String, String, Date, String, NameID) - Static method in class org.apache.cxf.rs.security.saml.sso.SamlpRequestComponentBuilder
- createNameIDPolicy(boolean, String, String) - Static method in class org.apache.cxf.rs.security.saml.sso.SamlpRequestComponentBuilder
- createRequestedAuthnCtxPolicy(AuthnContextComparisonTypeEnumeration, List<AuthnContextClassRef>, List<AuthnContextDeclRef>) - Static method in class org.apache.cxf.rs.security.saml.sso.SamlpRequestComponentBuilder
- createSamlRequestInfo(Message) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- createSecurityContext(RequestState, String, String, boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
D
- DEFAULT_STATE_TIME - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- DefaultAuthnRequestBuilder - Class in org.apache.cxf.rs.security.saml.sso
-
A default implementation of the AuthnRequestBuilder interface to create a SAML 2.0 Protocol AuthnRequest.
- DefaultAuthnRequestBuilder() - Constructor for class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- doProcessSamlResponse(String, String, boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- DSA_SHA1 - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
E
- EHCacheSPStateManager - Class in org.apache.cxf.rs.security.saml.sso.state
-
An in-memory EHCache implementation of the SPStateManager interface.
- EHCacheSPStateManager() - Constructor for class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- EHCacheSPStateManager(String) - Constructor for class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- EHCacheSPStateManager(String, Bus) - Constructor for class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- EHCacheSPStateManager(Bus) - Constructor for class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- EHCacheTokenReplayCache - Class in org.apache.cxf.rs.security.saml.sso
-
An in-memory EHCache implementation of the TokenReplayCache interface.
- EHCacheTokenReplayCache() - Constructor for class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
- EHCacheTokenReplayCache(String) - Constructor for class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
- EHCacheTokenReplayCache(String, Bus) - Constructor for class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
- EHCacheTokenReplayCache(Bus) - Constructor for class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
- encodeAuthnRequest(Element) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- encodeAuthnRequest(Element) - Method in class org.apache.cxf.rs.security.saml.sso.SamlPostBindingFilter
- encodeAuthnRequest(Element) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRedirectBindingFilter
- equals(Object) - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- equals(Object) - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
F
- filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerFilter
- filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.saml.sso.SamlPostBindingFilter
- filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRedirectBindingFilter
G
- getApplicationURL() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- getAssertion() - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- getAssertion() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- getAssertionConsumerServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- getAssertionConsumerServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- getAssertionConsumerURL() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- getAssertionElement() - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- getCallbackHandler() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- getClientAddress() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- getCreated() - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- getCreatedAt() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getCreatedAt() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- getExpiresAt() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- getFutureTTL() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- getIdpServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- getIdpServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- getIdpServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getIssuerId() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getIssuerId(Message) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- getIssuerIDP() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- getLogoutServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- getMainApplicationAddress() - Method in class org.apache.cxf.rs.security.saml.sso.LogoutResponse
- getMetadata() - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- getMetaData(String, String, String, Key, X509Certificate, boolean) - Method in class org.apache.cxf.rs.security.saml.sso.MetadataWriter
- getNameIDFormat() - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- getOpensamlAssertion() - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- getPrincipalName() - Method in class org.apache.cxf.rs.security.saml.sso.LogoutResponse
- getProtocolBinding() - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- getRelayState() - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- getRelayState() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- getReplayCache() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- getRequestId() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- getResponseId() - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- getResponseState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- getResponseState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- getResponseState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- getResponseState(String) - Method in interface org.apache.cxf.rs.security.saml.sso.state.SPStateManager
- getSamlRequest() - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- getSamlRequestId() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getSamlResponse(String, String) - Method in class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerService
- getServiceAddress() - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- getSessionNotOnOrAfter() - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- getSignatureAlgorithm() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- getSignatureCrypto() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- getSignatureUsername() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
-
Get the username/alias to use to sign any request
- getSpIdentifier() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- getStateProvider() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- getStateTimeToLive() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- getTargetAddress() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getTimeToLive() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getValidResponseState(Cookie, Message) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- getWebAppContext() - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- getWebAppContext() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getWebAppContext() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- getWebAppDomain() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- getWebAppDomain() - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- getWebAppDomain() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- getWebAppDomain() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
H
- hashCode() - Method in class org.apache.cxf.rs.security.saml.sso.state.RequestState
- hashCode() - Method in class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- HTTPSPStateManager - Class in org.apache.cxf.rs.security.saml.sso.state
- HTTPSPStateManager() - Constructor for class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
I
- isCheckClientAddress() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- isEnforceResponseSigned() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- isEnforceResponseSigned() - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- isForceAuthn() - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- isParseApplicationURLFromRelayState() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- isPassive() - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- isSignRequest() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- isStateExpired(long, long) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- isStateExpired(long, long) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- isSupportBase64Encoding() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- isSupportDeflateEncoding() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- isSupportUnsolicited() - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
L
- LOG - Static variable in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- LOG - Static variable in class org.apache.cxf.rs.security.saml.sso.LogoutService
- LOG - Static variable in class org.apache.cxf.rs.security.saml.sso.MetadataService
- logout(Cookie, SecurityContext) - Method in class org.apache.cxf.rs.security.saml.sso.LogoutService
- LogoutResponse - Class in org.apache.cxf.rs.security.saml.sso
- LogoutResponse(String, String) - Constructor for class org.apache.cxf.rs.security.saml.sso.LogoutResponse
- LogoutService - Class in org.apache.cxf.rs.security.saml.sso
- LogoutService() - Constructor for class org.apache.cxf.rs.security.saml.sso.LogoutService
M
- MemorySPStateManager - Class in org.apache.cxf.rs.security.saml.sso.state
- MemorySPStateManager() - Constructor for class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- MetadataService - Class in org.apache.cxf.rs.security.saml.sso
- MetadataService() - Constructor for class org.apache.cxf.rs.security.saml.sso.MetadataService
- MetadataWriter - Class in org.apache.cxf.rs.security.saml.sso
- MetadataWriter() - Constructor for class org.apache.cxf.rs.security.saml.sso.MetadataWriter
O
- org.apache.cxf.rs.security.saml.sso - package org.apache.cxf.rs.security.saml.sso
- org.apache.cxf.rs.security.saml.sso.state - package org.apache.cxf.rs.security.saml.sso.state
P
- postLogout(Cookie, SecurityContext) - Method in class org.apache.cxf.rs.security.saml.sso.LogoutService
- processParams(ContainerRequestContext, MultivaluedMap<String, String>, boolean) - Method in class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerFilter
- processRelayState(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- processSamlResponse(String, String) - Method in class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerService
- putId(String) - Method in class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
-
Add the given identifier to the cache.
- putId(String, Instant) - Method in class org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
-
Add the given identifier to the cache to be cached for the given time
- putId(T) - Method in interface org.apache.cxf.rs.security.saml.sso.TokenReplayCache
- putId(T, Instant) - Method in interface org.apache.cxf.rs.security.saml.sso.TokenReplayCache
R
- RACS_IS_COLLOCATED - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- RELAY_STATE - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- removeRequestState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- removeRequestState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- removeRequestState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- removeRequestState(String) - Method in interface org.apache.cxf.rs.security.saml.sso.state.SPStateManager
- removeResponseState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- removeResponseState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- removeResponseState(String) - Method in class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- removeResponseState(String) - Method in interface org.apache.cxf.rs.security.saml.sso.state.SPStateManager
- reportError(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- reportError(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- reportError(String) - Method in class org.apache.cxf.rs.security.saml.sso.LogoutService
- reportError(String) - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- reportTrace(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- REQUEST_CACHE_KEY - Static variable in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- RequestAssertionConsumerFilter - Class in org.apache.cxf.rs.security.saml.sso
- RequestAssertionConsumerFilter() - Constructor for class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerFilter
- RequestAssertionConsumerService - Class in org.apache.cxf.rs.security.saml.sso
- RequestAssertionConsumerService() - Constructor for class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerService
- RequestState - Class in org.apache.cxf.rs.security.saml.sso.state
- RequestState() - Constructor for class org.apache.cxf.rs.security.saml.sso.state.RequestState
- RequestState(String, String, String, String, String, String, long, long) - Constructor for class org.apache.cxf.rs.security.saml.sso.state.RequestState
- RESPONSE_CACHE_KEY - Static variable in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- ResponseState - Class in org.apache.cxf.rs.security.saml.sso.state
- ResponseState() - Constructor for class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- ResponseState(String, String, String, String, long, long) - Constructor for class org.apache.cxf.rs.security.saml.sso.state.ResponseState
- RSA_SHA1 - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
S
- SAML_REQUEST - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- SAML_RESPONSE - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- SAML1_STATUSCODE_SUCCESS - Static variable in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- SAML2_METADATA_NS - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- SAML2_STATUSCODE_SUCCESS - Static variable in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- SamlPostBindingFilter - Class in org.apache.cxf.rs.security.saml.sso
- SamlPostBindingFilter() - Constructor for class org.apache.cxf.rs.security.saml.sso.SamlPostBindingFilter
- SamlpRequestComponentBuilder - Class in org.apache.cxf.rs.security.saml.sso
-
A set of utility methods to construct SAMLP Request statements
- SAMLProtocolResponseValidator - Class in org.apache.cxf.rs.security.saml.sso
-
Validate a SAML (1.1 or 2.0) Protocol Response.
- SAMLProtocolResponseValidator() - Constructor for class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- SamlRedirectBindingFilter - Class in org.apache.cxf.rs.security.saml.sso
- SamlRedirectBindingFilter() - Constructor for class org.apache.cxf.rs.security.saml.sso.SamlRedirectBindingFilter
- SamlRequestInfo - Class in org.apache.cxf.rs.security.saml.sso
- SamlRequestInfo() - Constructor for class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- SamlSSOAssertionValidator - Class in org.apache.cxf.rs.security.saml.sso
-
An extension of the WSS4J SamlAssertionValidator.
- SamlSSOAssertionValidator(boolean) - Constructor for class org.apache.cxf.rs.security.saml.sso.SamlSSOAssertionValidator
- SAMLSSOResponseValidator - Class in org.apache.cxf.rs.security.saml.sso
-
Validate a SAML 2.0 Protocol Response according to the Web SSO profile.
- SAMLSSOResponseValidator() - Constructor for class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- SCHEMA_INSTANCE_NS - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- SECURITY_CONTEXT_TOKEN - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- setAddEndpointAddressToContext(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setAddEndpointAddressToContext(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- setAddWebAppContext(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setApplicationURL(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Set the Application URL to forward to, for the unsolicited IdP case.
- setAssertion(String) - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- setAssertionConsumerServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setAssertionConsumerServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setAssertionConsumerServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- setAssertionConsumerURL(String) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- setAssertionElement(Element) - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- setAuthnRequestBuilder(AuthnRequestBuilder) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setCallbackHandler(CallbackHandler) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
-
Set the CallbackHandler object.
- setCallbackHandlerClass(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
-
Set the String corresponding to the CallbackHandler class.
- setCheckClientAddress(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setClientAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- setCreated(Instant) - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- setEnforceAssertionsSigned(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Enforce that Assertions must be signed if the POST binding was used.
- setEnforceAssertionsSigned(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
-
Enforce that Assertions contained in the Response must be signed (if the Response itself is not signed).
- setEnforceKnownIssuer(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Enforce that the Issuer of the received Response/Assertion is known to this RACS.
- setEnforceKnownIssuer(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
-
Enforce that the Issuer of the received Response/Assertion is known.
- setEnforceResponseSigned(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Enforce that a SAML Response must be signed.
- setEnforceResponseSigned(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
-
Enforce whether a SAML Response must be signed.
- setForceAuthn(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- setFutureTTL(int) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- setIdpServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- setIdpServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- setIssuerId(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- setIssuerIDP(String) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- setKeyInfoMustBeAvailable(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setKeyInfoMustBeAvailable(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
- setLogoutServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- setMainApplicationAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.LogoutService
- setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setNameIDFormat(String) - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- setOpensamlAssertion(Assertion) - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- setParseApplicationURLFromRelayState(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Whether to parse the application URL to forward to from the RelayState, for the unsolicted IdP case.
- setPassive(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- setProtocolBinding(String) - Method in class org.apache.cxf.rs.security.saml.sso.DefaultAuthnRequestBuilder
- setRelayState(String) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- setReplayCache(TokenReplayCache<String>) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setReplayCache(TokenReplayCache<String>) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- setRequestId(String) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- setRequestState(String, RequestState) - Method in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- setRequestState(String, RequestState) - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- setRequestState(String, RequestState) - Method in class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- setRequestState(String, RequestState) - Method in interface org.apache.cxf.rs.security.saml.sso.state.SPStateManager
- setResponseId(String) - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- setResponseState(String, ResponseState) - Method in class org.apache.cxf.rs.security.saml.sso.state.EHCacheSPStateManager
- setResponseState(String, ResponseState) - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- setResponseState(String, ResponseState) - Method in class org.apache.cxf.rs.security.saml.sso.state.MemorySPStateManager
- setResponseState(String, ResponseState) - Method in interface org.apache.cxf.rs.security.saml.sso.state.SPStateManager
- setSamlRequest(String) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- setSecurityContext(Message, SamlAssertionWrapper) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setServiceAddress(String) - Method in class org.apache.cxf.rs.security.saml.sso.MetadataService
- setSessionNotOnOrAfter(Instant) - Method in class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
- setSignatureAlgorithm(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setSignatureCrypto(Crypto) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- setSignaturePropertiesFile(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
-
Set the String corresponding to the signature Properties class
- setSignatureUsername(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
-
Set the username/alias to use to sign any request
- setSignRequest(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setSpIdentifier(String) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
- setStateProvider(SPStateManager) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- setStateProvider(SPStateManager) - Method in class org.apache.cxf.rs.security.saml.sso.LogoutService
- setStateProvider(SPStateManager) - Method in class org.apache.cxf.rs.security.saml.sso.state.HTTPSPStateManager
- setStateTimeToLive(long) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
- setSupportBase64Encoding(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setSupportDeflateEncoding(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
- setSupportPostBinding(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerFilter
- setSupportUnsolicited(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
-
Whether to support unsolicited IdP initiated login or not.
- setUseDeflateEncoding(boolean) - Method in class org.apache.cxf.rs.security.saml.sso.SamlPostBindingFilter
- setWebAppContext(String) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- setWebAppDomain(String) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- setWebAppDomain(String) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRequestInfo
- SIG_ALG - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- SIGNATURE - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
- signAuthnRequest(AuthnRequest) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractServiceProviderFilter
- signAuthnRequest(AuthnRequest) - Method in class org.apache.cxf.rs.security.saml.sso.SamlPostBindingFilter
- signAuthnRequest(AuthnRequest) - Method in class org.apache.cxf.rs.security.saml.sso.SamlRedirectBindingFilter
- SPStateManager - Interface in org.apache.cxf.rs.security.saml.sso.state
-
SSO Service Provider State Manager.
- SSOConstants - Class in org.apache.cxf.rs.security.saml.sso
- SSOValidatorResponse - Class in org.apache.cxf.rs.security.saml.sso
-
Some information that encapsulates a successful validation by the SAMLSSOResponseValidator
- SSOValidatorResponse() - Constructor for class org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse
T
- TokenReplayCache<T> - Interface in org.apache.cxf.rs.security.saml.sso
V
- validateSamlResponse(Response, Crypto, CallbackHandler) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
-
Validate a SAML 1.1 Protocol Response
- validateSamlResponse(Response, boolean) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLSSOResponseValidator
-
Validate a SAML 2 Protocol Response
- validateSamlResponse(Response, Crypto, CallbackHandler) - Method in class org.apache.cxf.rs.security.saml.sso.SAMLProtocolResponseValidator
-
Validate a SAML 2 Protocol Response
- validateSamlResponseProtocol(Response) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Validate the received SAML Response as per the protocol
- validateSamlSSOResponse(boolean, Response, RequestState) - Method in class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
-
Validate the received SAML Response as per the Web SSO profile
- verifySubjectConfirmationMethod(SamlAssertionWrapper) - Method in class org.apache.cxf.rs.security.saml.sso.SamlSSOAssertionValidator
-
Check the Subject Confirmation method requirements
W
- WS_ADDRESSING_NS - Static variable in class org.apache.cxf.rs.security.saml.sso.SSOConstants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form