public interface SecurityAttributeType extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
SecurityAttributeType.DataType |
Modifier and Type | Field and Description |
---|---|
static String |
INFO_CATEGORY
build-in supported SecurityAttributeType category "info"
This category is also used for custom/extended attributes which are not pre-defined
|
static String |
JETSPEED_CATEGORY
build-in supported SecurityAttributeType category "jetspeed"
This category is used for jetspeed internal attributes
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
SecurityAttributeType.DataType |
getDataType() |
String |
getName() |
boolean |
isReadOnly() |
boolean |
isRegistered() |
boolean |
isRequired() |
static final String INFO_CATEGORY
static final String JETSPEED_CATEGORY
String getName()
String getCategory()
SecurityAttributeType.DataType getDataType()
boolean isReadOnly()
boolean isRequired()
boolean isRegistered()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.