A B C E G O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAction(PrincipalFromRequestExtractorAction) - Method in class org.apereo.cas.adaptors.trusted.web.flow.ChainingPrincipalFromRequestNonInteractiveCredentialsAction
-
Add action.
- authenticate(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
B
- BasePrincipalFromNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
- BasePrincipalFromNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy, PrincipalFactory, RemoteRequestPrincipalAttributesExtractor) - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.BasePrincipalFromNonInteractiveCredentialsAction
C
- ChainingPrincipalFromRequestNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
- ChainingPrincipalFromRequestNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy, PrincipalFactory, RemoteRequestPrincipalAttributesExtractor) - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.ChainingPrincipalFromRequestNonInteractiveCredentialsAction
- constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.adaptors.trusted.web.flow.BasePrincipalFromNonInteractiveCredentialsAction
E
- extractPrincipalId(Credential, Optional<Principal>) - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingPrincipalResolver
G
- getAttributes(HttpServletRequest) - Method in interface org.apereo.cas.adaptors.trusted.authentication.principal.RemoteRequestPrincipalAttributesExtractor
-
Gets attributes.
- getAttributes(HttpServletRequest) - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.ShibbolethServiceProviderRequestPrincipalAttributesExtractor
- getId() - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingCredential
- getRemotePrincipalId(HttpServletRequest) - Method in class org.apereo.cas.adaptors.trusted.web.flow.ChainingPrincipalFromRequestNonInteractiveCredentialsAction
- getRemotePrincipalId(HttpServletRequest) - Method in interface org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestExtractorAction
-
Gets remote principal id.
- getRemotePrincipalId(HttpServletRequest) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestHeaderNonInteractiveCredentialsAction
- getRemotePrincipalId(HttpServletRequest) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction
- getRemotePrincipalId(HttpServletRequest) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction
O
- org.apereo.cas.adaptors.trusted.authentication.handler.support - package org.apereo.cas.adaptors.trusted.authentication.handler.support
- org.apereo.cas.adaptors.trusted.authentication.principal - package org.apereo.cas.adaptors.trusted.authentication.principal
- org.apereo.cas.adaptors.trusted.config - package org.apereo.cas.adaptors.trusted.config
- org.apereo.cas.adaptors.trusted.web.flow - package org.apereo.cas.adaptors.trusted.web.flow
P
- PrincipalBearingCredential - Class in org.apereo.cas.adaptors.trusted.authentication.principal
-
Credential that bear the fully resolved and authenticated Principal, or an indication that there is no such Principal.
- PrincipalBearingCredential() - Constructor for class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingCredential
- principalBearingCredentialsAuthenticationHandler() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- PrincipalBearingCredentialsAuthenticationHandler - Class in org.apereo.cas.adaptors.trusted.authentication.handler.support
-
AuthenticationHandler which authenticates Principal-bearing credentials.
- PrincipalBearingCredentialsAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer) - Constructor for class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
- PrincipalBearingPrincipalResolver - Class in org.apereo.cas.adaptors.trusted.authentication.principal
-
Extracts the Principal out of PrincipalBearingCredential.
- PrincipalBearingPrincipalResolver(PrincipalResolutionContext) - Constructor for class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingPrincipalResolver
- principalFactory - Variable in class org.apereo.cas.adaptors.trusted.web.flow.BasePrincipalFromNonInteractiveCredentialsAction
-
The principal factory used to construct the final principal.
- principalFromRemoteHeaderPrincipalAction() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- principalFromRemoteUserAction() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- principalFromRemoteUserPrincipalAction() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- PrincipalFromRequestExtractorAction - Interface in org.apereo.cas.adaptors.trusted.web.flow
-
This is
PrincipalFromRequestExtractorAction. - PrincipalFromRequestHeaderNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
- PrincipalFromRequestHeaderNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy, PrincipalFactory, RemoteRequestPrincipalAttributesExtractor, String) - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestHeaderNonInteractiveCredentialsAction
- PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
-
Implementation of the
AbstractNonInteractiveCredentialsActionthat looks for a user principal that is set in theHttpServletRequestand attempts to construct a Principal (and thus aPrincipalBearingCredential). - PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy, PrincipalFactory, RemoteRequestPrincipalAttributesExtractor) - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction
- PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
-
Implementation of the
AbstractNonInteractiveCredentialsActionthat looks for a user principal that is set in theHttpServletRequestand attempts to construct a Principal (and thus aPrincipalBearingCredential). - PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy, PrincipalFactory, RemoteRequestPrincipalAttributesExtractor) - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction
R
- remoteRequestPrincipalAttributesExtractor() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- RemoteRequestPrincipalAttributesExtractor - Interface in org.apereo.cas.adaptors.trusted.authentication.principal
- remoteUserAuthenticationAction() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
S
- ShibbolethServiceProviderRequestPrincipalAttributesExtractor - Class in org.apereo.cas.adaptors.trusted.authentication.principal
- ShibbolethServiceProviderRequestPrincipalAttributesExtractor() - Constructor for class org.apereo.cas.adaptors.trusted.authentication.principal.ShibbolethServiceProviderRequestPrincipalAttributesExtractor
- supports(Class<? extends Credential>) - Method in class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
- supports(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
- supports(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingPrincipalResolver
T
- TrustedAuthenticationConfiguration - Class in org.apereo.cas.adaptors.trusted.config
-
This is
TrustedAuthenticationConfiguration. - TrustedAuthenticationConfiguration() - Constructor for class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- trustedAuthenticationEventExecutionPlanConfigurer() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- trustedPrincipalFactory() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
- trustedPrincipalResolver() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
All Classes All Packages