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