@Api(allMethods=true) public class SecurityInfo extends Object
| Constructor and Description |
|---|
SecurityInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityService> |
getSecurityServices()
Get the list of security services which need to be queried to validate an authentication token and get
relevant
UserInfo and Authorization information. |
boolean |
isLoopAllServices()
Should all security services try to validate the authentication token and be allowed to add
Authorization info or should the security manager stop after the first one? |
void |
setLoopAllServices(boolean loopAllServices)
Set whether all security services should have a chance to validate the authentication token and add
Authorization info. |
void |
setSecurityServices(List<SecurityService> securityServices)
Set the list of security services which need to be queried to validate an authentication token and get
relevant
UserInfo and Authorization information. |
public boolean isLoopAllServices()
Authorization info or should the security manager stop after the first one?public void setLoopAllServices(boolean loopAllServices)
Authorization info. When false, the security manager stops after the first match.loopAllServices - new statuspublic List<SecurityService> getSecurityServices()
UserInfo and Authorization information.SecurityServicespublic void setSecurityServices(List<SecurityService> securityServices)
UserInfo and Authorization information.securityServices - list of security servicesCopyright © 2015 Geosparc. All Rights Reserved.