Uses of Class
org.apache.syncope.common.lib.types.OIDCApplicationType
-
-
Uses of OIDCApplicationType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OIDCApplicationType Modifier and Type Method Description OIDCApplicationTypeOIDCRPClientAppTO. getApplicationType()Methods in org.apache.syncope.common.lib.to with parameters of type OIDCApplicationType Modifier and Type Method Description voidOIDCRPClientAppTO. setApplicationType(OIDCApplicationType applicationType) -
Uses of OIDCApplicationType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return OIDCApplicationType Modifier and Type Method Description static OIDCApplicationTypeOIDCApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OIDCApplicationType[]OIDCApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OIDCApplicationType in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return OIDCApplicationType Modifier and Type Method Description OIDCApplicationTypeOIDCRPClientApp. getApplicationType()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type OIDCApplicationType Modifier and Type Method Description voidOIDCRPClientApp. setApplicationType(OIDCApplicationType applicationType) -
Uses of OIDCApplicationType in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return OIDCApplicationType Modifier and Type Method Description OIDCApplicationTypeJPAOIDCRPClientApp. getApplicationType()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type OIDCApplicationType Modifier and Type Method Description voidJPAOIDCRPClientApp. setApplicationType(OIDCApplicationType applicationType)
-