Uses of Class
com.ibm.di.api.security.Role

Packages that use Role
com.ibm.di.api.security Provides classes for managing the security mechanism. 
 

Uses of Role in com.ibm.di.api.security
 

Methods in com.ibm.di.api.security that return types with arguments of type Role
 java.util.Vector<Role> Identity.getRoles()
          Retrieves assigned roles.
 

Constructor parameters in com.ibm.di.api.security with type arguments of type Role
Identity(java.lang.String aUserId, java.util.Vector<Role> aRoles)
          Public constructor used by the Registry
Identity(java.util.Vector<java.lang.String> userAndGroups, java.util.Vector<Role> roles)
          public constructor used by LDAP authentication with enabled LDAP group support.