Skip navigation links
A B C D E F G H I L O P R S V W 

A

AbstractSamlProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
A parent controller to handle SAML requests.
AbstractSamlProfileHandlerController() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
AbstractSamlSLOProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.slo
AbstractSamlSLOProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<? extends SAMLObject>, CasConfigurationProperties, SamlObjectSignatureValidator, SSOSamlHttpRequestExtractor, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.slo.AbstractSamlSLOProfileHandlerController
 
adaptor - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
The Adaptor.
authenticateEcpRequest(Credential, Pair<AuthnRequest, MessageContext>) - Method in class org.apereo.cas.support.saml.web.idp.profile.ecp.ECPProfileHandlerController
Authenticate ecp request.
authenticationSystemSupport - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Authentication support to handle credentials and authn subsystem calls.
AuthnContextClassRefBuilder - Interface in org.apereo.cas.support.saml.web.idp.profile.builders.authn

B

BaseSamlProfileSamlResponseBuilder<T extends org.opensaml.core.xml.XMLObject> - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response
The BaseSamlProfileSamlResponseBuilder is responsible for building the final SAML assertion for the relying party.
BaseSamlProfileSamlResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
 
BaseSamlResponseEncoder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
BaseSamlResponseEncoder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.assertion.SamlProfileSamlAssertionBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.attr.SamlProfileSamlAttributeStatementBuilder
 
build(Object, RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in interface org.apereo.cas.support.saml.web.idp.profile.builders.authn.AuthnContextClassRefBuilder
Gets authentication method from assertion.
build(Object, RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.authn.DefaultAuthnContextClassRefBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.authn.SamlProfileSamlAuthNStatementBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.conditions.SamlProfileSamlConditionsBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.query.SamlProfileAttributeQueryResponseBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11FaultResponseBuilder
 
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in interface org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder
Build response.
build(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.subject.SamlProfileSamlSubjectBuilder
 
buildAuthenticationContextPair(HttpServletRequest, AuthnRequest) - Static method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlProfileCallbackHandlerController
Build authentication context pair pair.
buildCasAssertion(Authentication, Service, RegisteredService, Map<String, Object>) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Build cas assertion.
buildCasAssertion(String, RegisteredService, Map<String, Object>) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Build cas assertion.
buildConditions(RequestAbstractType, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.conditions.SamlProfileSamlConditionsBuilder
Build conditions conditions.
buildEcpFaultResponse(HttpServletResponse, HttpServletRequest, Pair<RequestAbstractType, String>) - Method in class org.apereo.cas.support.saml.web.idp.profile.ecp.ECPProfileHandlerController
Build ecp fault response.
buildEntityCriteriaForSigningCredential(RequestAbstractType, CriteriaSet) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSignatureValidator
 
buildEntityCriteriaForSigningCredential(RequestAbstractType, CriteriaSet) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
Build entity criteria for signing credential.
buildEntityIssuer() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
Build entity issuer issuer.
buildRedirectUrlByRequestedAuthnContext(String, AuthnRequest, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Build redirect url by requested authn context.
buildResponse(Assertion, Object, RequestAbstractType, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, HttpServletResponse, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact.SamlProfileArtifactResponseBuilder
 
buildResponse(Assertion, Object, RequestAbstractType, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, HttpServletResponse, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
Build response response.
buildResponse(Assertion, Object, RequestAbstractType, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, HttpServletResponse, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.SamlProfileSaml2ResponseBuilder
 
buildResponse(Assertion, Object, RequestAbstractType, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, HttpServletResponse, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
 
buildSaml2Response(Object, RequestAbstractType, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
Build saml2 response.
buildSamlAssertion(RequestAbstractType, HttpServletRequest, HttpServletResponse, Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
Build saml assertion assertion.
buildSamlResponse(HttpServletResponse, HttpServletRequest, Pair<AuthnRequest, MessageContext>, Assertion, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Build saml response.
buildSignatureSigningParameters(RoleDescriptor, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Build signature signing parameters signature signing parameters.
buildSubjectLocality(Object, RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.authn.SamlProfileSamlAuthNStatementBuilder
Build subject locality subject locality.

C

callbackService - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Callback service.
casProperties - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The cas properties.
casProperties - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
Cas settings.
casProperties - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
CAS settings.
CasSamlArtifactMap - Class in org.apereo.cas.support.saml.web.idp.profile.artifact
CasSamlArtifactMap() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.artifact.CasSamlArtifactMap
 
configBean - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Config bean.
constructServiceUrl(HttpServletRequest, HttpServletResponse, Pair<? extends SignableSAMLObject, MessageContext>) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Construct service url string.

D

decodeSoapRequest(HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Decode soap 11 context.
DefaultAuthnContextClassRefBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.authn
DefaultAuthnContextClassRefBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.authn.DefaultAuthnContextClassRefBuilder
 
DefaultSSOSamlHttpRequestExtractor - Class in org.apereo.cas.support.saml.web.idp.profile.sso.request
DefaultSSOSamlHttpRequestExtractor() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.sso.request.DefaultSSOSamlHttpRequestExtractor
 
determineNameId(RequestAbstractType, Object, List<String>, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Determine name id name id.
determineProfileBinding(Pair<AuthnRequest, MessageContext>, Assertion) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlProfileCallbackHandlerController
Determine profile binding.
doExecute(RequestContext) - Method in class org.apereo.cas.support.saml.web.flow.SamlIdPMetadataUIAction
 
doInitialize() - Method in class org.apereo.cas.support.saml.web.flow.SamlIdPMetadataUIWebflowConfigurer
 

E

ECPProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.ecp
ECPProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, SamlProfileObjectBuilder<? extends SAMLObject>, CasConfigurationProperties, SamlObjectSignatureValidator, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.ecp.ECPProfileHandlerController
 
encode(RequestAbstractType, Response, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
Encode.
encode(T, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletResponse, HttpServletRequest, String, RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Encode a given saml object by invoking a number of outbound security handlers on the context.
encode(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Encode a given saml object by invoking a number of outbound security handlers on the context.
encode(SamlRegisteredService, T, HttpServletResponse, HttpServletRequest, SamlRegisteredServiceServiceProviderMetadataFacade, String, String, RequestAbstractType, Object) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
Encode the final result into the http response.
encode(SamlRegisteredService, Response, HttpServletResponse, HttpServletRequest, SamlRegisteredServiceServiceProviderMetadataFacade, String, String, RequestAbstractType, Object) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.SamlProfileSaml2ResponseBuilder
 
encode(SamlRegisteredService, Envelope, HttpServletResponse, HttpServletRequest, SamlRegisteredServiceServiceProviderMetadataFacade, String, String, RequestAbstractType, Object) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
 
encodeAttributes(Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlAttributeEncoder
 
encodeFinalResponse(HttpServletRequest, HttpServletResponse, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, T, String, RequestAbstractType, Object) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
Encode final response.
encodeNameIdBasedOnNameFormat(RequestAbstractType, Object, String, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Encode name id based on name format name id.
encryptAssertion(Assertion, HttpServletRequest, HttpServletResponse, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
Encrypt assertion.
extract(HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder, Class<? extends SignableSAMLObject>) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.request.DefaultSSOSamlHttpRequestExtractor
 
extract(HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder, Class<? extends SignableSAMLObject>) - Method in interface org.apereo.cas.support.saml.web.idp.profile.sso.request.SSOSamlHttpRequestExtractor
Extract the saml request from the http request.

F

finalizeEncode(RequestAbstractType, BaseSAML2MessageEncoder, Response, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
Finalize encode response.
finalizeEncode(RequestAbstractType, BaseSAML2MessageEncoder, Response, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponseArtifactEncoder
 
finalizeNameId(NameID, RequestAbstractType, Object, List<String>, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Finalize name id name id.

G

generateMetadataForIdp(HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.idp.metadata.SamlIdPMetadataController
Displays the identity provider metadata.
getAuthenticationContextByAssertion(Object, RequestedAuthnContext, List<AuthnContextClassRef>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.authn.DefaultAuthnContextClassRefBuilder
Gets authentication context by assertion.
getAuthenticationContextMappings() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets authentication context mappings.
getBinding() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
Gets binding.
getBinding() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponseArtifactEncoder
 
getBinding() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponsePostEncoder
 
getBinding() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponsePostSimpleSignEncoder
 
getDataEncryptionParameters(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets data encryption parameters.
getEncoderMessageContext(RequestAbstractType, Response, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
Build encoder message context.
getEncrypter(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, KeyEncryptionParameters, DataEncryptionParameters) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets encrypter.
getKeyEncryptionCredential(String, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets key encryption credential.
getKeyEncryptionParameters(Object, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, Credential) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets key encryption parameters.
getMessageEncoderInstance() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
Gets message encoder instance.
getMessageEncoderInstance() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponseArtifactEncoder
 
getMessageEncoderInstance() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponsePostEncoder
 
getMessageEncoderInstance() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponsePostSimpleSignEncoder
 
getOrder() - Method in class org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditPrincipalIdProvider
 
getPrincipalIdFrom(Authentication, Object, Exception) - Method in class org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditPrincipalIdProvider
 
getRegisteredServiceAndFacade(AuthnRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets registered service and facade.
getRequiredNameIdFormatIfAny(RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Gets required name id format if any.
getRoleDescriptorResolver(MetadataResolver, MessageContext, RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSignatureValidator
 
getRoleDescriptorResolver(MetadataResolver, MessageContext, RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
Gets role descriptor resolver.
getSamlMetadataFacadeFor(SamlRegisteredService, RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets saml metadata adaptor for service.
getSamlMetadataFacadeFor(SamlRegisteredService, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets saml metadata adaptor for service.
getSignatureSigningConfiguration(RoleDescriptor, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Gets signature signing configuration.
getSignatureValidationConfiguration() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
Gets signature validation configuration.
getSigningPrivateKey() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Gets signing private key.
getSupportedNameIdFormats(SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Static method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Gets supported name id formats.

H

handleCallbackProfileRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlProfileCallbackHandlerController
Handle callback profile request.
handleEcpRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.ecp.ECPProfileHandlerController
Handle ecp request.
handleEcpRequest(HttpServletResponse, HttpServletRequest, MessageContext, Credential, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.ecp.ECPProfileHandlerController
Handle ecp request.
handleIdPInitiatedSsoRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.IdPInitiatedProfileHandlerController
Handle idp initiated sso requests.
handlePostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.artifact.Saml1ArtifactResolutionProfileHandlerController
Handle post request.
handlePostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.query.Saml2AttributeQueryProfileHandlerController
Handle post request.
handleSaml2ProfileSLOPostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlPostProfileHandlerController
Handle SLO POST profile request.
handleSaml2ProfileSLOPostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlRedirectProfileHandlerController
Handle SLO Redirect profile request.
handleSaml2ProfileSsoPostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostProfileHandlerController
Handle SSO POST profile request.
handleSaml2ProfileSsoPostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostSimpleSignProfileHandlerController
Handle SSO POST profile request.
handleSaml2ProfileSsoRedirectHeadRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostProfileHandlerController
Handle SSO HEAD profile redirect request (not allowed).
handleSaml2ProfileSsoRedirectRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostProfileHandlerController
Handle SSO GET profile redirect request.
handleSaml2ProfileSsoRedirectRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostSimpleSignProfileHandlerController
Handle SSO POST profile request.
handleSloProfileRequest(HttpServletResponse, HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.slo.AbstractSamlSLOProfileHandlerController
Handle profile request.
handleSsoPostProfileRequest(HttpServletResponse, HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostProfileHandlerController
Handle profile request.
handleSsoPostProfileRequest(HttpServletResponse, HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostSimpleSignProfileHandlerController
Handle profile request.
handleUnauthorizedServiceException(HttpServletRequest, Exception) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Handle unauthorized service exception.
httpRequest - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
The Http request.
httpResponse - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
The Http response.

I

IdPInitiatedProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
IdPInitiatedProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, CasConfigurationProperties, SamlObjectSignatureValidator, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.IdPInitiatedProfileHandlerController
 
initiateAuthenticationRequest(Pair<? extends SignableSAMLObject, MessageContext>, HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Initiate authentication request.
issueAuthenticationRequestRedirect(Pair<? extends SignableSAMLObject, MessageContext>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Redirect request for authentication.

L

logCasValidationAssertion(Assertion) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Log cas validation assertion.

O

org.apereo.cas.support.saml.web.flow - package org.apereo.cas.support.saml.web.flow
 
org.apereo.cas.support.saml.web.idp.audit - package org.apereo.cas.support.saml.web.idp.audit
 
org.apereo.cas.support.saml.web.idp.metadata - package org.apereo.cas.support.saml.web.idp.metadata
 
org.apereo.cas.support.saml.web.idp.profile - package org.apereo.cas.support.saml.web.idp.profile
 
org.apereo.cas.support.saml.web.idp.profile.artifact - package org.apereo.cas.support.saml.web.idp.profile.artifact
 
org.apereo.cas.support.saml.web.idp.profile.builders - package org.apereo.cas.support.saml.web.idp.profile.builders
 
org.apereo.cas.support.saml.web.idp.profile.builders.assertion - package org.apereo.cas.support.saml.web.idp.profile.builders.assertion
 
org.apereo.cas.support.saml.web.idp.profile.builders.attr - package org.apereo.cas.support.saml.web.idp.profile.builders.attr
 
org.apereo.cas.support.saml.web.idp.profile.builders.authn - package org.apereo.cas.support.saml.web.idp.profile.builders.authn
 
org.apereo.cas.support.saml.web.idp.profile.builders.conditions - package org.apereo.cas.support.saml.web.idp.profile.builders.conditions
 
org.apereo.cas.support.saml.web.idp.profile.builders.enc - package org.apereo.cas.support.saml.web.idp.profile.builders.enc
 
org.apereo.cas.support.saml.web.idp.profile.builders.nameid - package org.apereo.cas.support.saml.web.idp.profile.builders.nameid
 
org.apereo.cas.support.saml.web.idp.profile.builders.response - package org.apereo.cas.support.saml.web.idp.profile.builders.response
 
org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact - package org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact
 
org.apereo.cas.support.saml.web.idp.profile.builders.response.query - package org.apereo.cas.support.saml.web.idp.profile.builders.response.query
 
org.apereo.cas.support.saml.web.idp.profile.builders.response.soap - package org.apereo.cas.support.saml.web.idp.profile.builders.response.soap
 
org.apereo.cas.support.saml.web.idp.profile.builders.subject - package org.apereo.cas.support.saml.web.idp.profile.builders.subject
 
org.apereo.cas.support.saml.web.idp.profile.ecp - package org.apereo.cas.support.saml.web.idp.profile.ecp
 
org.apereo.cas.support.saml.web.idp.profile.query - package org.apereo.cas.support.saml.web.idp.profile.query
 
org.apereo.cas.support.saml.web.idp.profile.slo - package org.apereo.cas.support.saml.web.idp.profile.slo
 
org.apereo.cas.support.saml.web.idp.profile.sso - package org.apereo.cas.support.saml.web.idp.profile.sso
 
org.apereo.cas.support.saml.web.idp.profile.sso.request - package org.apereo.cas.support.saml.web.idp.profile.sso.request
 
overrideBlackListedEncryptionAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override black listed encryption signing algorithms.
overrideBlackListedSignatureAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
The Override black listed signature algorithms.
overrideBlackListedSignatureAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
The Override black listed signature algorithms.
overrideDataEncryptionAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override data encryption algorithms.
overrideKeyEncryptionAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override key encryption algorithms.
overrideSignatureAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
The Override signature algorithms.
overrideSignatureAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
The Override signature algorithms.
overrideSignatureReferenceDigestMethods - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
The Override signature reference digest methods.
overrideSignatureReferenceDigestMethods - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
The Override signature reference digest methods.
overrideWhiteListedAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
The Override white listed signature signing algorithms.
overrideWhiteListedAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override white listed encryption signing algorithms.
overrideWhiteListedAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
The Override white listed signature signing algorithms.

P

parserPool - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Parser pool.
parserPool - Variable in class org.apereo.cas.support.saml.web.idp.profile.sso.request.DefaultSSOSamlHttpRequestExtractor
The Parser pool.
postConstruct() - Method in class org.apereo.cas.support.saml.web.idp.metadata.SamlIdPMetadataController
Post constructor placeholder for additional extensions.
prepareEndpointURLSchemeSecurityHandler(MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Prepare endpoint url scheme security handler.
prepareNameIdAttribute(Object, String, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Prepare name id attribute.
prepareNameIdEncoder(RequestAbstractType, String, IdPAttribute, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Prepare name id encoder saml 2 string name id encoder.
prepareOutboundContext(T, SamlRegisteredServiceServiceProviderMetadataFacade, MessageContext<T>, String, RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Prepare outbound context.
prepareSamlOutboundDestinationHandler(MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Prepare saml outbound destination handler.
prepareSamlOutboundProtocolMessageSigningHandler(MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Prepare saml outbound protocol message signing handler.
prepareSecurityParametersContext(SamlRegisteredServiceServiceProviderMetadataFacade, MessageContext<T>, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
Prepare security parameters context.
put(String, String, String, SAMLObject) - Method in class org.apereo.cas.support.saml.web.idp.profile.artifact.CasSamlArtifactMap
 

R

resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.support.saml.web.idp.audit.SamlRequestAuditResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditResourceResolver
 
responseBuilder - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Response builder.
retrieveSamlAuthenticationRequestFromHttpRequest(HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Retrieve authn request authn request.

S

Saml1ArtifactResolutionProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.artifact
Saml1ArtifactResolutionProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<? extends SAMLObject>, CasConfigurationProperties, SamlObjectSignatureValidator, TicketRegistry, SamlArtifactTicketFactory, SamlProfileObjectBuilder<? extends SAMLObject>, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.artifact.Saml1ArtifactResolutionProfileHandlerController
 
Saml2AttributeQueryProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.query
Saml2AttributeQueryProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<? extends SAMLObject>, CasConfigurationProperties, SamlObjectSignatureValidator, TicketRegistry, SamlProfileObjectBuilder<? extends SAMLObject>, CookieRetrievingCookieGenerator, SamlAttributeQueryTicketFactory, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.query.Saml2AttributeQueryProfileHandlerController
 
saml2ResponseBuilder - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
SAML2 response builder for the soap body.
SamlAttributeEncoder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlAttributeEncoder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlAttributeEncoder
 
SamlIdPMetadataController - Class in org.apereo.cas.support.saml.web.idp.metadata
The SamlIdPMetadataController will attempt to produce saml metadata for CAS as an identity provider.
SamlIdPMetadataController() - Constructor for class org.apereo.cas.support.saml.web.idp.metadata.SamlIdPMetadataController
 
SamlIdPMetadataUIAction - Class in org.apereo.cas.support.saml.web.flow
SamlIdPMetadataUIAction() - Constructor for class org.apereo.cas.support.saml.web.flow.SamlIdPMetadataUIAction
 
SamlIdPMetadataUIWebflowConfigurer - Class in org.apereo.cas.support.saml.web.flow
SamlIdPMetadataUIWebflowConfigurer(FlowBuilderServices, FlowDefinitionRegistry, Action, ApplicationContext, CasConfigurationProperties) - Constructor for class org.apereo.cas.support.saml.web.flow.SamlIdPMetadataUIWebflowConfigurer
 
SamlIdPObjectSignatureValidator - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlIdPObjectSignatureValidator(List, List, List, List, MetadataResolver, CasConfigurationProperties) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSignatureValidator
 
SamlIdPObjectSigner - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlIdPObjectSigner() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
 
SamlObjectEncrypter - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlObjectEncrypter(List, List, List, List) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
samlObjectSignatureValidator - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Signature validator.
SamlObjectSignatureValidator - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlObjectSignatureValidator() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
 
samlObjectSigner - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Saml object signer.
samlObjectSigner - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
The Saml object encoder.
SamlProfileArtifactFaultResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact
SamlProfileArtifactFaultResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlProfileObjectBuilder<? extends SAMLObject>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact.SamlProfileArtifactFaultResponseBuilder
 
SamlProfileArtifactResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact
SamlProfileArtifactResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlProfileObjectBuilder<? extends SAMLObject>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.artifact.SamlProfileArtifactResponseBuilder
 
SamlProfileAttributeQueryFaultResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response.query
SamlProfileAttributeQueryFaultResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlProfileObjectBuilder<? extends SAMLObject>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.query.SamlProfileAttributeQueryFaultResponseBuilder
 
SamlProfileAttributeQueryResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response.query
SamlProfileAttributeQueryResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlProfileObjectBuilder<? extends SAMLObject>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.query.SamlProfileAttributeQueryResponseBuilder
 
SamlProfileObjectBuilder<T extends org.opensaml.core.xml.XMLObject> - Interface in org.apereo.cas.support.saml.web.idp.profile.builders
The SamlProfileObjectBuilder defines the operations required for building the saml response for an RP.
SamlProfileSaml2ResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response
SamlProfileSaml2ResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlObjectEncrypter, TicketRegistry, SamlArtifactTicketFactory, CookieRetrievingCookieGenerator, SAMLArtifactMap, SamlAttributeQueryTicketFactory) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.SamlProfileSaml2ResponseBuilder
 
SamlProfileSamlAssertionBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.assertion
SamlProfileSamlAssertionBuilder(OpenSamlConfigBean, CasConfigurationProperties, SamlProfileObjectBuilder<AuthnStatement>, SamlProfileObjectBuilder<AttributeStatement>, SamlProfileObjectBuilder<Subject>, SamlProfileObjectBuilder<Conditions>, SamlIdPObjectSigner) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.assertion.SamlProfileSamlAssertionBuilder
 
SamlProfileSamlAttributeStatementBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.attr
SamlProfileSamlAttributeStatementBuilder(OpenSamlConfigBean, ProtocolAttributeEncoder) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.attr.SamlProfileSamlAttributeStatementBuilder
 
SamlProfileSamlAuthNStatementBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.authn
SamlProfileSamlAuthNStatementBuilder(OpenSamlConfigBean, AuthnContextClassRefBuilder) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.authn.SamlProfileSamlAuthNStatementBuilder
 
SamlProfileSamlConditionsBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.conditions
SamlProfileSamlConditionsBuilder(OpenSamlConfigBean) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.conditions.SamlProfileSamlConditionsBuilder
 
SamlProfileSamlNameIdBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.nameid
SamlProfileSamlNameIdBuilder(OpenSamlConfigBean, PersistentIdGenerator) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
 
SamlProfileSamlSoap11FaultResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response.soap
The SamlProfileSamlSoap11FaultResponseBuilder is responsible for building the final SAML assertion for the relying party.
SamlProfileSamlSoap11FaultResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlProfileObjectBuilder<? extends SAMLObject>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11FaultResponseBuilder
 
SamlProfileSamlSoap11ResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.response.soap
The SamlProfileSamlSoap11ResponseBuilder is responsible for building the final SAML assertion for the relying party.
SamlProfileSamlSoap11ResponseBuilder(OpenSamlConfigBean, SamlIdPObjectSigner, VelocityEngine, SamlProfileObjectBuilder<Assertion>, SamlProfileObjectBuilder<? extends SAMLObject>, SamlObjectEncrypter) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
 
SamlProfileSamlSubjectBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.subject
SamlProfileSamlSubjectBuilder(OpenSamlConfigBean, SamlProfileObjectBuilder<NameID>, int) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.subject.SamlProfileSamlSubjectBuilder
 
samlRegisteredServiceCachingMetadataResolver - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Saml registered service caching metadata resolver.
SamlRequestAuditResourceResolver - Class in org.apereo.cas.support.saml.web.idp.audit
SamlRequestAuditResourceResolver() - Constructor for class org.apereo.cas.support.saml.web.idp.audit.SamlRequestAuditResourceResolver
 
SamlResponseArtifactEncoder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlResponseArtifactEncoder(VelocityEngine, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, HttpServletResponse, RequestAbstractType, TicketRegistry, SamlArtifactTicketFactory, CookieRetrievingCookieGenerator, SAMLArtifactMap) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponseArtifactEncoder
 
SamlResponseAuditPrincipalIdProvider - Class in org.apereo.cas.support.saml.web.idp.audit
SamlResponseAuditPrincipalIdProvider() - Constructor for class org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditPrincipalIdProvider
 
SamlResponseAuditResourceResolver - Class in org.apereo.cas.support.saml.web.idp.audit
SamlResponseAuditResourceResolver() - Constructor for class org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditResourceResolver
 
SamlResponsePostEncoder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlResponsePostEncoder(VelocityEngine, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletResponse, HttpServletRequest) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponsePostEncoder
 
SamlResponsePostSimpleSignEncoder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlResponsePostSimpleSignEncoder(VelocityEngine, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletResponse, HttpServletRequest) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlResponsePostSimpleSignEncoder
 
servicesManager - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Services manager.
signAssertion(Assertion, HttpServletRequest, HttpServletResponse, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, String, RequestAbstractType) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.assertion.SamlProfileSamlAssertionBuilder
Sign assertion.
SLOSamlPostProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.slo
This is SLOSamlPostProfileHandlerController, responsible for handling requests for SAML2 SLO.
SLOSamlPostProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, CasConfigurationProperties, SamlObjectSignatureValidator, SSOSamlHttpRequestExtractor, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlPostProfileHandlerController
 
SLOSamlRedirectProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.slo
This is SLOSamlRedirectProfileHandlerController, responsible for handling requests for SAML2 SLO Redirects.
SLOSamlRedirectProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, CasConfigurationProperties, SamlObjectSignatureValidator, SSOSamlHttpRequestExtractor, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlRedirectProfileHandlerController
 
SSOSamlHttpRequestExtractor - Interface in org.apereo.cas.support.saml.web.idp.profile.sso.request
SSOSamlPostProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.sso
The SSOSamlPostProfileHandlerController is responsible for handling profile requests for SAML2 Web SSO.
SSOSamlPostProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, CasConfigurationProperties, SamlObjectSignatureValidator, SSOSamlHttpRequestExtractor, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostProfileHandlerController
 
SSOSamlPostSimpleSignProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.sso
The SSOSamlPostSimpleSignProfileHandlerController is responsible for handling profile requests for SAML2 Web SSO SimpleSign.
SSOSamlPostSimpleSignProfileHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, CasConfigurationProperties, SamlObjectSignatureValidator, SSOSamlHttpRequestExtractor, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostSimpleSignProfileHandlerController
 
SSOSamlProfileCallbackHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile.sso
This is SSOSamlProfileCallbackHandlerController, which handles the profile callback request to build the final saml response.
SSOSamlProfileCallbackHandlerController(SamlIdPObjectSigner, ParserPool, AuthenticationSystemSupport, ServicesManager, ServiceFactory<WebApplicationService>, SamlRegisteredServiceCachingMetadataResolver, OpenSamlConfigBean, SamlProfileObjectBuilder<Response>, CasConfigurationProperties, SamlObjectSignatureValidator, AbstractUrlBasedTicketValidator, Service) - Constructor for class org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlProfileCallbackHandlerController
 
supports(Authentication, Object, Exception) - Method in class org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditPrincipalIdProvider
 

V

validateRequiredNameIdFormatIfAny(RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade, List<String>, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.nameid.SamlProfileSamlNameIdBuilder
Validate required name id format if any.
velocityEngineFactory - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.BaseSamlResponseEncoder
The Velocity engine factory.
velocityEngineFactory - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
The Velocity engine factory.
verifyAuthenticationContextSignature(Pair<? extends SignableSAMLObject, MessageContext>, HttpServletRequest, RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Verify authentication context signature.
verifyAuthenticationContextSignature(MessageContext, HttpServletRequest, RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Verify authentication context signature.
verifySamlAuthenticationRequest(Pair<? extends SignableSAMLObject, MessageContext>, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Verify saml authentication request.
verifySamlProfileRequestIfNeeded(RequestAbstractType, MetadataResolver, HttpServletRequest, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
Verify saml profile request if needed.
verifySamlProfileRequestIfNeeded(RequestAbstractType, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator
Validate authn request signature.
verifySamlRegisteredService(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets registered service and verify.

W

webApplicationServiceFactory - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Web application service factory.
A B C D E F G H I L O P R S V W 
Skip navigation links