Uses of Class
org.pac4j.saml.credentials.SAML2Credentials.SAMLAttribute
-
Packages that use SAML2Credentials.SAMLAttribute Package Description org.pac4j.saml.credentials org.pac4j.saml.sso.impl -
-
Uses of SAML2Credentials.SAMLAttribute in org.pac4j.saml.credentials
Methods in org.pac4j.saml.credentials that return types with arguments of type SAML2Credentials.SAMLAttribute Modifier and Type Method Description static java.util.List<SAML2Credentials.SAMLAttribute>SAML2Credentials.SAMLAttribute. from(org.pac4j.core.profile.converter.AttributeConverter samlAttributeConverter, java.util.List<org.opensaml.saml.saml2.core.Attribute> samlAttributes)java.util.List<SAML2Credentials.SAMLAttribute>SAML2Credentials. getAttributes()Methods in org.pac4j.saml.credentials with parameters of type SAML2Credentials.SAMLAttribute Modifier and Type Method Description static SAML2Credentials.SAMLNameIDSAML2Credentials.SAMLNameID. from(SAML2Credentials.SAMLAttribute attribute)Constructor parameters in org.pac4j.saml.credentials with type arguments of type SAML2Credentials.SAMLAttribute Constructor Description SAML2Credentials(SAML2Credentials.SAMLNameID nameId, java.lang.String issuerId, java.util.List<SAML2Credentials.SAMLAttribute> samlAttributes, org.opensaml.saml.saml2.core.Conditions conditions, java.lang.String sessionIndex, java.util.List<java.lang.String> authnContexts, java.lang.String inResponseTo) -
Uses of SAML2Credentials.SAMLAttribute in org.pac4j.saml.sso.impl
Method parameters in org.pac4j.saml.sso.impl with type arguments of type SAML2Credentials.SAMLAttribute Modifier and Type Method Description protected SAML2Credentials.SAMLNameIDSAML2AuthnResponseValidator. determineNameID(SAML2MessageContext context, java.util.List<SAML2Credentials.SAMLAttribute> attributes)
-