|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodPermissionType
A representation of the model object 'Method Permission Type'. The method-permissionType specifies that one or more security roles are allowed to invoke one or more enterprise bean methods. The method-permissionType consists of an optional description, a list of security role names or an indicator to state that the method is unchecked for authorization, and a list of method elements. The security roles used in the method-permissionType must be defined in the security-role elements of the deployment descriptor, and the methods must be methods defined in the enterprise bean's business, home, component and/or web service endpoint interfaces.
The following features are supported:
EjbJar30Package.getMethodPermissionType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getMethod()
Returns the value of the 'Method' containment reference list. |
|
getRoleName()
Returns the value of the 'Role Name' containment reference list. |
EmptyType |
getUnchecked()
Returns the value of the 'Unchecked' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setUnchecked(EmptyType value)
Sets the value of the ' Unchecked ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getMethodPermissionType_Description()
getRoleName()
RoleNameType
.
If the meaning of the 'Role Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getMethodPermissionType_RoleName()
EmptyType getUnchecked()
setUnchecked(EmptyType)
,
EjbJar30Package.getMethodPermissionType_Unchecked()
void setUnchecked(EmptyType value)
Unchecked
' containment reference.
value
- the new value of the 'Unchecked' containment reference.getUnchecked()
getMethod()
MethodType
.
If the meaning of the 'Method' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getMethodPermissionType_Method()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar30Package.getMethodPermissionType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |