public interface ManagedAuthorizable extends Authorizable
Authorizables may want to specify what Authorizations they support and what they will not.| Modifier and Type | Method and Description |
|---|---|
Collection<Authorization> |
getPermissableAuths()
Of the
Authorizable.getAuthorizations() what is the possible restricted set or list of Authorizations we can expect for this Authorizable instance. |
void |
setPermissableAuths(Collection<Authorization> permissableAuths)
Of the
Authorizable.getAuthorizations() what is the possible restricted set or list of Authorizations we can expect for this Authorizable instance. |
getAuthorizableId, getAuthorizableIdAssignable, getAuthorizations, setAuthorizableId, setAuthorizationsCollection<Authorization> getPermissableAuths()
Authorizable.getAuthorizations() what is the possible restricted set or list of Authorizations we can expect for this Authorizable instance.void setPermissableAuths(Collection<Authorization> permissableAuths)
Authorizable.getAuthorizations() what is the possible restricted set or list of Authorizations we can expect for this Authorizable instance.Copyright © 2018. All rights reserved.