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 OIDCSubjectType
OIDCRPClientAppTO. getSubjectType()
Methods in org.apache.syncope.common.lib.to with parameters of type OIDCSubjectType Modifier and Type Method Description void
OIDCRPClientAppTO. 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 OIDCSubjectType
OIDCSubjectType. 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 OIDCSubjectType
OIDCRPClientApp. getSubjectType()
Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type OIDCSubjectType Modifier and Type Method Description void
OIDCRPClientApp. 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 OIDCSubjectType
JPAOIDCRPClientApp. getSubjectType()
Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type OIDCSubjectType Modifier and Type Method Description void
JPAOIDCRPClientApp. setSubjectType(OIDCSubjectType subjectType)
-