NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean.
This commit is contained in:
parent
bb07558b19
commit
30344c4af9
5 changed files with 23 additions and 69 deletions
|
@ -121,7 +121,7 @@ public class LoginStatusBean {
|
|||
return securityLevel > ANYBODY;
|
||||
}
|
||||
|
||||
public boolean isLoggedInAs(int level) {
|
||||
public boolean isLoggedInExactly(int level) {
|
||||
return securityLevel == level;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue