|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPrincipal | |
---|---|
org.apache.karaf.jaas.modules | |
org.apache.karaf.jaas.modules.jdbc | |
org.apache.karaf.jaas.modules.properties |
Uses of UserPrincipal in org.apache.karaf.jaas.modules |
---|
Methods in org.apache.karaf.jaas.modules that return types with arguments of type UserPrincipal | |
---|---|
java.util.List<UserPrincipal> |
BackingEngine.listUsers()
List Users |
Methods in org.apache.karaf.jaas.modules with parameters of type UserPrincipal | |
---|---|
java.util.List<RolePrincipal> |
BackingEngine.listRoles(UserPrincipal user)
List Roles for . |
Uses of UserPrincipal in org.apache.karaf.jaas.modules.jdbc |
---|
Methods in org.apache.karaf.jaas.modules.jdbc that return types with arguments of type UserPrincipal | |
---|---|
java.util.List<UserPrincipal> |
JDBCBackingEngine.listUsers()
List all Users |
Methods in org.apache.karaf.jaas.modules.jdbc with parameters of type UserPrincipal | |
---|---|
java.util.List<RolePrincipal> |
JDBCBackingEngine.listRoles(UserPrincipal user)
List the roles of the . |
Uses of UserPrincipal in org.apache.karaf.jaas.modules.properties |
---|
Methods in org.apache.karaf.jaas.modules.properties that return types with arguments of type UserPrincipal | |
---|---|
java.util.List<UserPrincipal> |
PropertiesBackingEngine.listUsers()
List Users |
Methods in org.apache.karaf.jaas.modules.properties with parameters of type UserPrincipal | |
---|---|
java.util.List<RolePrincipal> |
PropertiesBackingEngine.listRoles(UserPrincipal user)
List the Roles of the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |