Uses of Class
org.apache.syncope.common.lib.types.SAML2BindingType
-
-
Uses of SAML2BindingType in org.apache.syncope.common.lib.auth
Fields in org.apache.syncope.common.lib.auth declared as SAML2BindingType Modifier and Type Field Description protected SAML2BindingTypeSAML2IdPAuthModuleConf. destinationBindingThe destination binding to use when creating authentication requests.Methods in org.apache.syncope.common.lib.auth that return SAML2BindingType Modifier and Type Method Description SAML2BindingTypeSAML2IdPAuthModuleConf. getDestinationBinding()Methods in org.apache.syncope.common.lib.auth with parameters of type SAML2BindingType Modifier and Type Method Description voidSAML2IdPAuthModuleConf. setDestinationBinding(SAML2BindingType destinationBinding) -
Uses of SAML2BindingType in org.apache.syncope.common.lib.saml2
Methods in org.apache.syncope.common.lib.saml2 that return SAML2BindingType Modifier and Type Method Description SAML2BindingTypeSAML2Request. getBindingType()Methods in org.apache.syncope.common.lib.saml2 with parameters of type SAML2BindingType Modifier and Type Method Description voidSAML2Request. setBindingType(SAML2BindingType bindingType) -
Uses of SAML2BindingType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return SAML2BindingType Modifier and Type Method Description SAML2BindingTypeSAML2SP4UIIdPTO. getBindingType()Methods in org.apache.syncope.common.lib.to with parameters of type SAML2BindingType Modifier and Type Method Description voidSAML2SP4UIIdPTO. setBindingType(SAML2BindingType bindingType) -
Uses of SAML2BindingType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return SAML2BindingType Modifier and Type Method Description static SAML2BindingTypeSAML2BindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SAML2BindingType[]SAML2BindingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SAML2BindingType in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return SAML2BindingType Modifier and Type Method Description SAML2BindingTypeSAML2SP4UIIdP. getBindingType()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type SAML2BindingType Modifier and Type Method Description voidSAML2SP4UIIdP. setBindingType(SAML2BindingType bindingType) -
Uses of SAML2BindingType in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return SAML2BindingType Modifier and Type Method Description SAML2BindingTypeJPASAML2SP4UIIdP. getBindingType()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type SAML2BindingType Modifier and Type Method Description voidJPASAML2SP4UIIdP. setBindingType(SAML2BindingType bindingType) -
Uses of SAML2BindingType in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return SAML2BindingType Modifier and Type Method Description SAML2BindingTypeSRAProperties.SAML2. getAuthnRequestBinding()SAML2BindingTypeSRAProperties.SAML2. getLogoutRequestBinding()SAML2BindingTypeSRAProperties.SAML2. getLogoutResponseBinding()Methods in org.apache.syncope.sra with parameters of type SAML2BindingType Modifier and Type Method Description voidSRAProperties.SAML2. setAuthnRequestBinding(SAML2BindingType authnRequestBinding)voidSRAProperties.SAML2. setLogoutRequestBinding(SAML2BindingType logoutRequestBinding)voidSRAProperties.SAML2. setLogoutResponseBinding(SAML2BindingType logoutResponseBinding)
-