| |
|
| java.lang.Object com.uwyn.rife.authentication.credentialsmanagers.RoleUsersManagerRetriever
getRoleUsersManager | public static RoleUsersManager getRoleUsersManager(Site site, String authElementId, ElementInfo reference)(Code) | | Retrieves a
RoleUsersManager manager from an
Authenticated element in a
Site .
Parameters: site - the site in which the authenticated element is declared Parameters: authElementId - the absolute ID of the authenticated element thatprovides the RoleUsersManager Parameters: reference - a reference element against which to resolve the id; or null if the provided id is absolute exception: AuthenticatedElementNotFoundException - when the element IDcouldn't be found in the site exception: NotAuthenticatedElementException - when the element ID doesn'trefer to an Authenticated element exception: NotRoleUsersManagedException - when the CredentialsManager of the Authenticated element is not a RoleUsersManager since: 1.0 |
|
|
|