org.apache.jetspeed.security
Interface SecurityAttributeTypes

All Superinterfaces:
java.io.Serializable

public interface SecurityAttributeTypes
extends java.io.Serializable

Version:
$Id$

Method Summary
 java.util.Map<java.lang.String,SecurityAttributeType> getAttributeTypeMap()
           
 java.util.Map<java.lang.String,SecurityAttributeType> getAttributeTypeMap(java.lang.String category)
           
 boolean isExtendable()
           
 boolean isReadOnly()
           
 

Method Detail

getAttributeTypeMap

java.util.Map<java.lang.String,SecurityAttributeType> getAttributeTypeMap()

getAttributeTypeMap

java.util.Map<java.lang.String,SecurityAttributeType> getAttributeTypeMap(java.lang.String category)

isReadOnly

boolean isReadOnly()

isExtendable

boolean isExtendable()


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