Uses of Class
org.pac4j.saml.metadata.SAML2MetadataContactPerson
-
Packages that use SAML2MetadataContactPerson Package Description org.pac4j.saml.config org.pac4j.saml.metadata -
-
Uses of SAML2MetadataContactPerson in org.pac4j.saml.config
Methods in org.pac4j.saml.config that return types with arguments of type SAML2MetadataContactPerson Modifier and Type Method Description List<SAML2MetadataContactPerson>SAML2Configuration. getContactPersons()Method parameters in org.pac4j.saml.config with type arguments of type SAML2MetadataContactPerson Modifier and Type Method Description voidSAML2Configuration. setContactPersons(List<SAML2MetadataContactPerson> contactPersons) -
Uses of SAML2MetadataContactPerson in org.pac4j.saml.metadata
Methods in org.pac4j.saml.metadata that return types with arguments of type SAML2MetadataContactPerson Modifier and Type Method Description List<SAML2MetadataContactPerson>SAML2MetadataGenerator. getContactPersons()Method parameters in org.pac4j.saml.metadata with type arguments of type SAML2MetadataContactPerson Modifier and Type Method Description voidSAML2MetadataGenerator. setContactPersons(List<SAML2MetadataContactPerson> contactPersons)
-