Uses of Class
net.shibboleth.sp.saml.saml2.context.SAMLTokenContext
Packages that use SAMLTokenContext
Package
Description
Context classes for SAML SP support.
Profile actions and classes for SAML 2.0 profile flows.
-
Uses of SAMLTokenContext in net.shibboleth.sp.saml.saml2.context
Methods in net.shibboleth.sp.saml.saml2.context that return SAMLTokenContextModifier and TypeMethodDescriptionSAMLTokenContext.setAssertion(Assertion a) Set the SAMLAssertionfrom the authentication.SAMLTokenContext.setAuthnStatement(AuthnStatement statement) Set the SAMLAuthnStatementfrom the authentication. -
Uses of SAMLTokenContext in net.shibboleth.sp.saml.saml2.profile.impl
Fields in net.shibboleth.sp.saml.saml2.profile.impl declared as SAMLTokenContextModifier and TypeFieldDescriptionprivate SAMLTokenContextExtractSAMLAttributes.samlTokenContextContext containing the token(s) to process.private SAMLTokenContextPrepareAgentResponse.samlTokenContextContext to operate on.Fields in net.shibboleth.sp.saml.saml2.profile.impl with type parameters of type SAMLTokenContextModifier and TypeFieldDescriptionExtractSAMLAttributes.samlTokenContextLookupStrategyStrategy used to look upSAMLTokenContextto operate on.PrepareAgentResponse.samlTokenContextLookupStrategyStrategy used to look upSAMLTokenContextto operate on.private Function<SAMLTokenContext,Collection<IdPAttribute>> ExtractSAMLAttributes.standardExtractionStrategyStrategy for pulling out "standard" data from the response.Methods in net.shibboleth.sp.saml.saml2.profile.impl with parameters of type SAMLTokenContextModifier and TypeMethodDescriptionExtractSAMLAttributes.StandardExtractionStrategy.apply(SAMLTokenContext samlTokenContext) Method parameters in net.shibboleth.sp.saml.saml2.profile.impl with type arguments of type SAMLTokenContextModifier and TypeMethodDescriptionvoidExtractSAMLAttributes.setSAMLTokenContextLookupStrategy(Function<ProfileRequestContext, SAMLTokenContext> strategy) Set the strategy used to return theSAMLTokenContextfor input.voidPrepareAgentResponse.setSAMLTokenContextLookupStrategy(Function<ProfileRequestContext, SAMLTokenContext> strategy) Set the strategy used to return theSAMLTokenContextfor input.voidExtractSAMLAttributes.setStandardExtractionStrategy(Function<SAMLTokenContext, Collection<IdPAttribute>> strategy) Set the strategy function to call for "standard" attribute extraction, if enabled.