@MappedSuperclass public abstract class AbstractAuthorizableConfiguration extends AbstractConfiguration implements Authorizable
AbstractConfiguration that is AuthorizableAuthorizationsAbstractConfiguration.ConfigurationKeyACTIVE, INACTIVE| Constructor and Description |
|---|
AbstractAuthorizableConfiguration() |
AbstractAuthorizableConfiguration(String namespace,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizableId()
Every
Authorizable entity should specify its key/id so that the Calling API knows which Set of Authorizations to match with |
Boolean |
getAuthorizableIdAssignable()
Is the
Authorizable.getAuthorizableId() of this instance to be considered in the global list of Authorizations.If true, it will appear in the List of Authorizations that can be assigned to users. |
void |
setAuthorizableId(String id) |
equals, getBitmask, getName, getNamespace, getStatus, getValue, hashCode, setBitmask, setName, setNamespace, setStatus, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAuthorizations, setAuthorizationspublic String getAuthorizableId()
AuthorizableAuthorizable entity should specify its key/id so that the Calling API knows which Set of Authorizations to match withgetAuthorizableId in interface Authorizablepublic void setAuthorizableId(String id)
setAuthorizableId in interface Authorizablepublic Boolean getAuthorizableIdAssignable()
AuthorizableAuthorizable.getAuthorizableId() of this instance to be considered in the global list of Authorizations.getAuthorizableIdAssignable in interface AuthorizableBoolean @NullableCopyright © 2018. All rights reserved.