Uses of Class
org.pac4j.saml.metadata.SAML2ServiceProvicerRequestedAttribute
-
Packages that use SAML2ServiceProvicerRequestedAttribute Package Description org.pac4j.saml.config org.pac4j.saml.metadata -
-
Uses of SAML2ServiceProvicerRequestedAttribute in org.pac4j.saml.config
Methods in org.pac4j.saml.config that return types with arguments of type SAML2ServiceProvicerRequestedAttribute Modifier and Type Method Description List<SAML2ServiceProvicerRequestedAttribute>SAML2Configuration. getRequestedServiceProviderAttributes() -
Uses of SAML2ServiceProvicerRequestedAttribute in org.pac4j.saml.metadata
Fields in org.pac4j.saml.metadata with type parameters of type SAML2ServiceProvicerRequestedAttribute Modifier and Type Field Description protected List<SAML2ServiceProvicerRequestedAttribute>SAML2MetadataGenerator. requestedAttributesMethods in org.pac4j.saml.metadata that return types with arguments of type SAML2ServiceProvicerRequestedAttribute Modifier and Type Method Description List<SAML2ServiceProvicerRequestedAttribute>SAML2MetadataGenerator. getRequestedAttributes()Method parameters in org.pac4j.saml.metadata with type arguments of type SAML2ServiceProvicerRequestedAttribute Modifier and Type Method Description voidSAML2MetadataGenerator. setRequestedAttributes(List<SAML2ServiceProvicerRequestedAttribute> requestedAttributes)
-