Uses of Class
com.vortexsoftware.sdk.types.Identifier
Packages that use Identifier
-
Uses of Identifier in com.vortexsoftware.sdk.spring
Methods in com.vortexsoftware.sdk.spring that return types with arguments of type IdentifierMethod parameters in com.vortexsoftware.sdk.spring with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidVortexConfig.VortexUser.setIdentifiers(List<Identifier> identifiers) Constructor parameters in com.vortexsoftware.sdk.spring with type arguments of type IdentifierModifierConstructorDescriptionVortexUser(String userId, List<Identifier> identifiers, List<Group> groups, String role) Deprecated.Use constructor with userEmail instead -
Uses of Identifier in com.vortexsoftware.sdk.types
Methods in com.vortexsoftware.sdk.types that return types with arguments of type IdentifierMethod parameters in com.vortexsoftware.sdk.types with type arguments of type IdentifierConstructor parameters in com.vortexsoftware.sdk.types with type arguments of type IdentifierModifierConstructorDescriptionJWTPayload(String userId, List<Identifier> identifiers, List<Group> groups, String role) Deprecated.Use constructor with userEmail instead