public class UserAssembla extends Object implements org.acegisecurity.userdetails.UserDetails
| Constructor and Description |
|---|
UserAssembla() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssembla_permission() |
org.acegisecurity.GrantedAuthority[] |
getAuthorities() |
String |
getPassword() |
String |
getRole() |
String |
getSpaceId() |
String |
getUsername() |
boolean |
isAccountNonExpired() |
boolean |
isAccountNonLocked() |
boolean |
isCredentialsNonExpired() |
boolean |
isEnabled() |
void |
setAssembla_permission(int assembla_permission) |
void |
setRole(String role) |
void |
setSpaceId(String spaceId) |
public int getAssembla_permission()
public void setAssembla_permission(int assembla_permission)
public String getSpaceId()
public void setSpaceId(String spaceId)
public String getRole()
public void setRole(String role)
public org.acegisecurity.GrantedAuthority[] getAuthorities()
getAuthorities in interface org.acegisecurity.userdetails.UserDetailspublic String getPassword()
getPassword in interface org.acegisecurity.userdetails.UserDetailspublic String getUsername()
getUsername in interface org.acegisecurity.userdetails.UserDetailspublic boolean isAccountNonExpired()
isAccountNonExpired in interface org.acegisecurity.userdetails.UserDetailspublic boolean isAccountNonLocked()
isAccountNonLocked in interface org.acegisecurity.userdetails.UserDetailspublic boolean isCredentialsNonExpired()
isCredentialsNonExpired in interface org.acegisecurity.userdetails.UserDetailspublic boolean isEnabled()
isEnabled in interface org.acegisecurity.userdetails.UserDetailsCopyright © 2016–2019. All rights reserved.