Serialized Form
-
Package cn.herodotus.engine.core.identity.domain
-
Class cn.herodotus.engine.core.identity.domain.AbstractRest
class AbstractRest extends Object implements Serializable -
Class cn.herodotus.engine.core.identity.domain.AttributeTransmitter
class AttributeTransmitter extends Object implements Serializable -
Class cn.herodotus.engine.core.identity.domain.HerodotusGrantedAuthority
class HerodotusGrantedAuthority extends Object implements Serializable-
Serialized Fields
-
authority
String authority
-
-
-
Class cn.herodotus.engine.core.identity.domain.HerodotusSecurityAttribute
class HerodotusSecurityAttribute extends Object implements Serializable-
Serialized Fields
-
attribute
String attribute
-
-
-
Class cn.herodotus.engine.core.identity.domain.HerodotusUser
class HerodotusUser extends Object implements Serializable-
Serialized Fields
-
accountNonExpired
boolean accountNonExpired
-
accountNonLocked
boolean accountNonLocked
-
authorities
Set<org.springframework.security.core.GrantedAuthority> authorities
-
avatar
String avatar
-
credentialsNonExpired
boolean credentialsNonExpired
-
employeeId
String employeeId
-
enabled
boolean enabled
-
password
String password
-
roles
Set<String> roles
-
userId
String userId
-
username
String username
-
-
-
Class cn.herodotus.engine.core.identity.domain.UserPrincipal
class UserPrincipal extends Object implements Serializable
-
-
Package cn.herodotus.engine.core.identity.exception
-
Exception cn.herodotus.engine.core.identity.exception.PlatformAuthenticationException
class PlatformAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable
-