Uses of Interface
org.apache.jetspeed.security.JetspeedPrincipalType

Packages that use JetspeedPrincipalType
org.apache.jetspeed.security Jetspeed security service interfaces. 
 

Uses of JetspeedPrincipalType in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return JetspeedPrincipalType
 JetspeedPrincipalType JetspeedPrincipalAssociationType.getFromPrincipalType()
           
 JetspeedPrincipalType JetspeedPrincipalManager.getPrincipalType()
           
 JetspeedPrincipalType PrincipalTypeManager.getPrincipalType()
           
 JetspeedPrincipalType JetspeedPrincipalManagerProvider.getPrincipalType(java.lang.String name)
           
 JetspeedPrincipalType JetspeedPrincipalManagerProvider.getPrincipalTypeByClassName(java.lang.String className)
           
 JetspeedPrincipalType JetspeedPrincipalAssociationType.getToPrincipalType()
           
 JetspeedPrincipalType JetspeedPrincipal.getType()
           
 

Methods in org.apache.jetspeed.security that return types with arguments of type JetspeedPrincipalType
 java.util.Map<java.lang.String,JetspeedPrincipalType> JetspeedPrincipalManagerProvider.getPrincipalTypeMap()
           
 

Methods in org.apache.jetspeed.security with parameters of type JetspeedPrincipalType
 java.util.List<? extends JetspeedPrincipal> JetspeedPrincipalManager.getAssociatedFrom(java.lang.String principalFromName, JetspeedPrincipalType from, java.lang.String associationName)
           Retrieves a detached and modifiable JetspeedPrincipal list of all the principals managed by this manager which are associated from the specified principal by the specified association.
 java.util.List<java.lang.String> JetspeedPrincipalManager.getAssociatedNamesFrom(java.lang.String principalFromName, JetspeedPrincipalType from, java.lang.String associationName)
           Retrieves a detached and modifiable list of the names of all the principals managed by this manager which are associated from the specified principal by the specified association.
 java.util.List<java.lang.String> JetspeedPrincipalManager.getAssociatedNamesTo(java.lang.String principalToName, JetspeedPrincipalType to, java.lang.String associationName)
           Retrieves a detached and modifiable list of the names of all the principals managed by this manager which are associated to the specified principal by the specified association.
 java.util.List<? extends JetspeedPrincipal> JetspeedPrincipalManager.getAssociatedTo(java.lang.String principalToName, JetspeedPrincipalType to, java.lang.String associationName)
           Retrieves a detached and modifiable JetspeedPrincipal list of all the principals managed by this manager which are associated to the specified principal by the specified association.
 JetspeedPrincipalManager JetspeedPrincipalManagerProvider.getManager(JetspeedPrincipalType type)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.