@Api(allMethods=true) public interface SavedAuthentication extends Serializable
Authorizations and the providing
SecurityService. It does not contains actual authentication or user information.| Modifier and Type | Method and Description |
|---|---|
BaseAuthorization[] |
getAuthorizations()
Get authorizations which apply for the user.
|
String |
getSecurityServiceId()
Get the id of the
SecurityService which created this authentication. |
void |
setAuthorizations(BaseAuthorization[] authorizations)
Set the
Authorizations which apply for this authentication. |
void |
setSecurityServiceId(String securityServiceId)
Set the id of the
SecurityService which created this authentication. |
String getSecurityServiceId()
SecurityService which created this authentication.
It is not required that this is set by the authentication service. The authentication manager will set this
itself.void setSecurityServiceId(String securityServiceId)
SecurityService which created this authentication.
It is not required that this is set by the authentication service. The authentication manager will set this
itself.securityServiceId - id of the security service which created this authenticationBaseAuthorization[] getAuthorizations()
BaseAuthorization objectsvoid setAuthorizations(BaseAuthorization[] authorizations)
Authorizations which apply for this authentication.authorizations - array of authenticationsCopyright © 2015 Geosparc. All Rights Reserved.