Serialized Form
-
Package com.alpaca.exception
-
Exception Class com.alpaca.exception.BadRequestException
class BadRequestException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception Class com.alpaca.exception.ForbiddenException
class ForbiddenException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception Class com.alpaca.exception.InternalErrorException
class InternalErrorException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception Class com.alpaca.exception.NotFoundException
class NotFoundException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception Class com.alpaca.exception.OAuth2AuthenticationProcessingException
class OAuth2AuthenticationProcessingException extends RuntimeException implements Serializable -
Exception Class com.alpaca.exception.SpecificException
class SpecificException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception Class com.alpaca.exception.UnauthorizedException
class UnauthorizedException extends org.springframework.web.server.ResponseStatusException implements Serializable
-
-
Package com.alpaca.model
-
Class com.alpaca.model.UserPrincipal
class UserPrincipal extends Object implements Serializable-
Serialized Fields
-
accountNoExpired
boolean accountNoExpired
Indicates whether the User's entity is not expired. Defaults totrue
. -
accountNoLocked
boolean accountNoLocked
Indicates whether the User's entity is not locked. Defaults totrue
. -
advertiserId
UUID advertiserId
Unique identifier for the associated advertiser account, if available. -
attributes
Map<String,
Object> attributes Additional attributes provided by an OAuth2 authentication provider. -
authorities
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities
The authorities granted to the user for authorization purposes. -
credentialNoExpired
boolean credentialNoExpired
Indicates whether the User's credentials are not expired. Defaults totrue
. -
enabled
boolean enabled
Indicates whether the User's entity is enabled. Defaults totrue
. -
id
UUID id
Unique identifier for the user. -
password
String password
The encrypted password of the user. -
profileId
UUID profileId
Unique identifier for the associated profile, if available. -
username
String username
The username of the user, typically the email address.
-
-
-
-
Package com.alpaca.security.oauth2
-
Class com.alpaca.security.oauth2.AuthRequestDeserializer
class AuthRequestDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> implements Serializable
-