Uses of Class
org.pac4j.saml.credentials.SAML2Credentials.SAMLNameID
Packages that use SAML2Credentials.SAMLNameID
-
Uses of SAML2Credentials.SAMLNameID in org.pac4j.saml.credentials
Methods in org.pac4j.saml.credentials that return SAML2Credentials.SAMLNameIDModifier and TypeMethodDescriptionstatic SAML2Credentials.SAMLNameIDSAML2Credentials.SAMLNameID.from(org.opensaml.saml.saml2.core.NameID nameId) static SAML2Credentials.SAMLNameIDSAML2Credentials.SAMLNameID.from(SAML2Credentials.SAMLAttribute attribute) SAML2Credentials.getNameId()Constructors in org.pac4j.saml.credentials with parameters of type SAML2Credentials.SAMLNameIDModifierConstructorDescriptionSAML2Credentials(SAML2Credentials.SAMLNameID nameId, String issuerId, List<SAML2Credentials.SAMLAttribute> samlAttributes, org.opensaml.saml.saml2.core.Conditions conditions, String sessionIndex, List<String> authnContexts, String inResponseTo) -
Uses of SAML2Credentials.SAMLNameID in org.pac4j.saml.profile.impl
Methods in org.pac4j.saml.profile.impl with parameters of type SAML2Credentials.SAMLNameIDModifier and TypeMethodDescriptionprotected StringAbstractSAML2ResponseValidator.computeSloKey(String sessionIndex, SAML2Credentials.SAMLNameID nameId) -
Uses of SAML2Credentials.SAMLNameID in org.pac4j.saml.sso.impl
Methods in org.pac4j.saml.sso.impl that return SAML2Credentials.SAMLNameIDModifier and TypeMethodDescriptionprotected SAML2Credentials.SAMLNameIDSAML2AuthnResponseValidator.determineNameID(SAML2MessageContext context, List<SAML2Credentials.SAMLAttribute> attributes)