@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface SecurityRoleRef
Modifier and Type | Required Element and Description |
---|---|
String |
roleName
The role name.
|
Modifier and Type | Optional Element and Description |
---|---|
LocaleString[] |
description
The security role ref description.
|
String |
roleLink
The application role that the role name is mapped to.
|
public abstract String roleName
public abstract String roleLink
public abstract LocaleString[] description
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.