Class UserLoginResponse
java.lang.Object
com.cloudimpl.outstack.spring.security.UserLoginResponse
public class UserLoginResponse
extends java.lang.Object
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description UserLoginResponse(java.lang.String userId, java.lang.String username, java.lang.String email, boolean locked, boolean active, java.util.List<PolicyStatement> stmts) -
Method Summary
Modifier and Type Method Description java.lang.StringgetEmail()java.util.List<PolicyStatement>getStmts()java.lang.StringgetUserId()java.lang.StringgetUsername()booleanisActive()booleanisLocked()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UserLoginResponse
public UserLoginResponse(java.lang.String userId, java.lang.String username, java.lang.String email, boolean locked, boolean active, java.util.List<PolicyStatement> stmts)
-
-
Method Details
-
getUserId
public java.lang.String getUserId() -
getUsername
public java.lang.String getUsername() -
getEmail
public java.lang.String getEmail() -
isLocked
public boolean isLocked() -
isActive
public boolean isActive() -
getStmts
-