Interface Authorization
- All Known Implementing Classes:
AuthorizationImpl
public interface Authorization
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAuthorizationKey
String getAuthorizationKey() -
getOwnerId
String getOwnerId() -
getOwnerType
OwnerType getOwnerType() -
getResourceType
ResourceType getResourceType() -
getResourceId
String getResourceId() -
getPermissionTypes
List<PermissionType> getPermissionTypes()
-