Package org.openiam.idm.srvc.auth.domain
Class AuthStateEntity
- java.lang.Object
-
- org.openiam.idm.srvc.auth.domain.AuthStateEntity
-
- All Implemented Interfaces:
Serializable
@Entity public class AuthStateEntity extends Object implements Serializable
Used to track the authentication state of a user. Also used with SSO.- See Also:
- Serialized Form
-
-
Constructor Detail
-
AuthStateEntity
public AuthStateEntity(String sessionId, BigDecimal authState, String userId)
-
-