Uses of Class
net.shibboleth.idp.authn.principal.ProxyAuthenticationPrincipal
Packages that use ProxyAuthenticationPrincipal
Package
Description
Context classes for managing authentication-related state.
Implementation of functionality related to Java Principals.
Profile processing actions related to SAML 2 messages.
-
Uses of ProxyAuthenticationPrincipal in net.shibboleth.idp.authn.context
Method parameters in net.shibboleth.idp.authn.context with type arguments of type ProxyAuthenticationPrincipalModifier and TypeMethodDescriptionprivate booleanAuthenticationContext.checkProxyRestrictions(Collection<ProxyAuthenticationPrincipal> principals) Check for proxy restrictions and evaluate them against the associatedRelyingPartyContext. -
Uses of ProxyAuthenticationPrincipal in net.shibboleth.idp.authn.principal.impl
Methods in net.shibboleth.idp.authn.principal.impl that return ProxyAuthenticationPrincipalModifier and TypeMethodDescriptionProxyAuthenticationPrincipalSerializer.deserialize(String value) Deserialize the supplied value. -
Uses of ProxyAuthenticationPrincipal in net.shibboleth.idp.saml.saml2.profile.impl
Methods in net.shibboleth.idp.saml.saml2.profile.impl that return ProxyAuthenticationPrincipalModifier and TypeMethodDescriptionprivate ProxyAuthenticationPrincipalValidateSAMLAuthentication.buildProxyPrincipal(AuthnContext authnContext) Construct a populatedProxyAuthenticationPrincipalbased on the inbound assertion.