|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.meta.info.builder.tags.AbstractTag
org.apache.avalon.meta.info.builder.tags.SecurityTag
A doclet tag the declares a service definition.
Field Summary | |
static String |
ACTIONS_PARAM
The version parameter |
static String |
CLASSNAME_PARAM
The version parameter |
static String |
KEY
Javadoc tag key for the name tag. |
static String |
NAME_PARAM
The version parameter |
static String |
PERMISSION_KEY
Javadoc tag key for the permission tag. |
Fields inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag |
TYPE_PARAM, VERSION_PARAM |
Constructor Summary | |
SecurityTag(JavaClass clazz)
Type tag constructor. |
Method Summary | |
PermissionDescriptor |
getPermission(DocletTag tag)
Return the value of the Avalon 'service' tag. |
PermissionDescriptor[] |
getPermissions()
Return the array of dependency descriptors based on the set of 'dependency' tags associated with the components compose or service method. |
SecurityDescriptor |
getSecurityDescriptor()
|
Methods inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag |
getJavaClass, getLifecycleMethods, getNamedParameter, getNamedParameter, getNS, getNSD, resolveType, resolveVersion, resolveVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String KEY
public static final String PERMISSION_KEY
public static final String CLASSNAME_PARAM
public static final String NAME_PARAM
public static final String ACTIONS_PARAM
Constructor Detail |
public SecurityTag(JavaClass clazz)
clazz
- the javadoc class descriptorMethod Detail |
public SecurityDescriptor getSecurityDescriptor()
public PermissionDescriptor[] getPermissions()
public PermissionDescriptor getPermission(DocletTag tag)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |