Class WarlockSecurityProp.Ma
-
- All Implemented Interfaces:
public class WarlockSecurityProp.Ma
-
-
Constructor Summary
Constructors Constructor Description WarlockSecurityProp.Ma()
-
Method Summary
Modifier and Type Method Description longgetUserId()voidsetUserId(long userId)StringgetAuthType()voidsetAuthType(String authType)StringgetUsername()voidsetUsername(String username)Set<String>getAuthRole()voidsetAuthRole(Set<String> authRole)Set<String>getAuthPerm()voidsetAuthPerm(Set<String> authPerm)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getUserId
long getUserId()
-
setUserId
void setUserId(long userId)
-
getAuthType
String getAuthType()
-
setAuthType
void setAuthType(String authType)
-
getUsername
String getUsername()
-
setUsername
void setUsername(String username)
-
getAuthRole
Set<String> getAuthRole()
-
setAuthRole
void setAuthRole(Set<String> authRole)
-
getAuthPerm
Set<String> getAuthPerm()
-
setAuthPerm
void setAuthPerm(Set<String> authPerm)
-
hashCode
int hashCode()
-
-
-
-