@MappedSuperclass public abstract class AbstractAuthorizableConfiguration extends AbstractConfiguration implements Authorizable
AbstractConfiguration
that is Authorizable
Authorization
sAbstractConfiguration.ConfigurationKey
ACTIVE, 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 Authorization s 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAuthorizations, setAuthorizations
public String getAuthorizableId()
Authorizable
Authorizable
entity should specify its key/id so that the Calling API knows which Set
of Authorization
s to match withgetAuthorizableId
in interface Authorizable
public void setAuthorizableId(String id)
setAuthorizableId
in interface Authorizable
public Boolean getAuthorizableIdAssignable()
Authorizable
Authorizable.getAuthorizableId()
of this instance to be considered in the global list of Authorizations.getAuthorizableIdAssignable
in interface Authorizable
Boolean
@NullableCopyright © 2018. All rights reserved.