Uses of Class
org.apache.syncope.common.lib.types.OIDCSubjectType
-
-
Uses of OIDCSubjectType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OIDCSubjectType Modifier and Type Method Description OIDCSubjectTypeOIDCRPClientAppTO. getSubjectType()Methods in org.apache.syncope.common.lib.to with parameters of type OIDCSubjectType Modifier and Type Method Description voidOIDCRPClientAppTO. setSubjectType(OIDCSubjectType subjectType) -
Uses of OIDCSubjectType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return OIDCSubjectType Modifier and Type Method Description static OIDCSubjectTypeOIDCSubjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static OIDCSubjectType[]OIDCSubjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OIDCSubjectType in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return OIDCSubjectType Modifier and Type Method Description OIDCSubjectTypeOIDCRPClientApp. getSubjectType()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type OIDCSubjectType Modifier and Type Method Description voidOIDCRPClientApp. setSubjectType(OIDCSubjectType subjectType) -
Uses of OIDCSubjectType in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return OIDCSubjectType Modifier and Type Method Description OIDCSubjectTypeJPAOIDCRPClientApp. getSubjectType()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type OIDCSubjectType Modifier and Type Method Description voidJPAOIDCRPClientApp. setSubjectType(OIDCSubjectType subjectType)
-