Uses of Class
org.apache.syncope.common.lib.types.SAML2SPNameId
-
-
Uses of SAML2SPNameId in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return SAML2SPNameId Modifier and Type Method Description SAML2SPNameIdSAML2SPClientAppTO. getRequiredNameIdFormat()Methods in org.apache.syncope.common.lib.to with parameters of type SAML2SPNameId Modifier and Type Method Description voidSAML2SPClientAppTO. setRequiredNameIdFormat(SAML2SPNameId requiredNameIdFormat) -
Uses of SAML2SPNameId in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return SAML2SPNameId Modifier and Type Method Description static SAML2SPNameIdSAML2SPNameId. valueOf(String name)Returns the enum constant of this type with the specified name.static SAML2SPNameId[]SAML2SPNameId. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SAML2SPNameId in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return SAML2SPNameId Modifier and Type Method Description SAML2SPNameIdSAML2SPClientApp. getRequiredNameIdFormat()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type SAML2SPNameId Modifier and Type Method Description voidSAML2SPClientApp. setRequiredNameIdFormat(SAML2SPNameId location) -
Uses of SAML2SPNameId in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return SAML2SPNameId Modifier and Type Method Description SAML2SPNameIdJPASAML2SPClientApp. getRequiredNameIdFormat()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type SAML2SPNameId Modifier and Type Method Description voidJPASAML2SPClientApp. setRequiredNameIdFormat(SAML2SPNameId requiredNameIdFormat)
-