public interface ManagedAuthorizable extends Authorizable
Authorizable
s may want to specify what Authorization
s 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 Authorization s 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 Authorization s we can expect for this Authorizable instance. |
getAuthorizableId, getAuthorizableIdAssignable, getAuthorizations, setAuthorizableId, setAuthorizations
Collection<Authorization> getPermissableAuths()
Authorizable.getAuthorizations()
what is the possible restricted set or list of Authorization
s we can expect for this Authorizable
instance.void setPermissableAuths(Collection<Authorization> permissableAuths)
Authorizable.getAuthorizations()
what is the possible restricted set or list of Authorization
s we can expect for this Authorizable
instance.Copyright © 2018. All rights reserved.