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