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

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

Uses of SecurityAttribute in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return SecurityAttribute
 SecurityAttribute SecurityAttributes.getAttribute(java.lang.String name)
           
 SecurityAttribute SecurityAttributes.getAttribute(java.lang.String name, boolean create)
          Returns an existing (predefined typed) attribute or create one if parameter create is true.
 

Methods in org.apache.jetspeed.security that return types with arguments of type SecurityAttribute
 java.util.Map<java.lang.String,SecurityAttribute> SecurityAttributes.getAttributeMap()
           
 java.util.Map<java.lang.String,SecurityAttribute> SecurityAttributes.getAttributeMap(java.lang.String category)
           
 java.util.Map<java.lang.String,SecurityAttribute> SecurityAttributes.getInfoAttributeMap()
           
 



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