This project has retired. For details please refer to its
Attic page .
SecurityAttributeType (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.security
Interface SecurityAttributeType
All Superinterfaces: java.io.Serializable
All Known Subinterfaces: SecurityAttribute
public interface SecurityAttributeType extends java.io.Serializable
Version:
$Id$
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
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
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.