Uses of Class
org.apache.karaf.jaas.modules.RolePrincipal

Packages that use RolePrincipal
org.apache.karaf.jaas.modules   
org.apache.karaf.jaas.modules.jdbc   
org.apache.karaf.jaas.modules.properties   
 

Uses of RolePrincipal in org.apache.karaf.jaas.modules
 

Methods in org.apache.karaf.jaas.modules that return types with arguments of type RolePrincipal
 java.util.List<RolePrincipal> BackingEngine.listRoles(UserPrincipal user)
          List Roles for .
 

Uses of RolePrincipal in org.apache.karaf.jaas.modules.jdbc
 

Methods in org.apache.karaf.jaas.modules.jdbc that return types with arguments of type RolePrincipal
 java.util.List<RolePrincipal> JDBCBackingEngine.listRoles(UserPrincipal user)
          List the roles of the .
 

Uses of RolePrincipal in org.apache.karaf.jaas.modules.properties
 

Methods in org.apache.karaf.jaas.modules.properties that return types with arguments of type RolePrincipal
 java.util.List<RolePrincipal> PropertiesBackingEngine.listRoles(UserPrincipal user)
          List the Roles of the
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.