Uses of Enum Class
org.apache.syncope.common.lib.types.OIDCSubjectType
Packages that use OIDCSubjectType
Package
Description
-
Uses of OIDCSubjectType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OIDCSubjectTypeMethods in org.apache.syncope.common.lib.to with parameters of type OIDCSubjectTypeModifier and TypeMethodDescriptionvoidOIDCRPClientAppTO.setSubjectType(OIDCSubjectType subjectType) -
Uses of OIDCSubjectType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return OIDCSubjectTypeModifier and TypeMethodDescriptionstatic OIDCSubjectTypeReturns the enum constant of this class with the specified name.static OIDCSubjectType[]OIDCSubjectType.values()Returns an array containing the constants of this enum class, 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 OIDCSubjectTypeMethods in org.apache.syncope.core.persistence.api.entity.am with parameters of type OIDCSubjectTypeModifier and TypeMethodDescriptionvoidOIDCRPClientApp.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 OIDCSubjectTypeMethods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type OIDCSubjectTypeModifier and TypeMethodDescriptionvoidJPAOIDCRPClientApp.setSubjectType(OIDCSubjectType subjectType) -
Uses of OIDCSubjectType in org.apache.syncope.core.persistence.neo4j.entity.am
Methods in org.apache.syncope.core.persistence.neo4j.entity.am that return OIDCSubjectTypeMethods in org.apache.syncope.core.persistence.neo4j.entity.am with parameters of type OIDCSubjectTypeModifier and TypeMethodDescriptionvoidNeo4jOIDCRPClientApp.setSubjectType(OIDCSubjectType subjectType)