org.apache.jetspeed.security
Interface SecurityAttributeType

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
SecurityAttribute

public interface SecurityAttributeType
extends java.io.Serializable

Version:
$Id$

Nested Class Summary
static class SecurityAttributeType.DataType
           
 
Field Summary
static java.lang.String INFO_CATEGORY
          build-in supported SecurityAttributeType category "info" This category is also used for custom/extended attributes which are not pre-defined
static java.lang.String JETSPEED_CATEGORY
          build-in supported SecurityAttributeType category "jetspeed" This category is used for jetspeed internal attributes
 
Method Summary
 java.lang.String getCategory()
           
 SecurityAttributeType.DataType getDataType()
           
 java.lang.String getName()
           
 boolean isReadOnly()
           
 boolean isRegistered()
           
 boolean isRequired()
           
 

Field Detail

INFO_CATEGORY

static final java.lang.String INFO_CATEGORY
build-in supported SecurityAttributeType category "info" This category is also used for custom/extended attributes which are not pre-defined

See Also:
Constant Field Values

JETSPEED_CATEGORY

static final java.lang.String JETSPEED_CATEGORY
build-in supported SecurityAttributeType category "jetspeed" This category is used for jetspeed internal attributes

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()

getCategory

java.lang.String getCategory()

getDataType

SecurityAttributeType.DataType getDataType()

isReadOnly

boolean isReadOnly()

isRequired

boolean isRequired()

isRegistered

boolean isRegistered()


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