@Api(allMethods=true) public interface SavedAuthorization extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<SavedAuthentication> |
getAuthentications()
Get the
SavedAuthentications contained in this object. |
List<SavedAuthentication> getAuthentications()
SavedAuthentications contained in this object.
This SavedAuthentication class is a placeholder for the Authorizations and the providing
SecurityService. It does not contains actual authentication or user information.Copyright © 2015 Geosparc. All Rights Reserved.