public class EJBSecurityMetaData extends Object
EJBMethodSecurityAttribute
User: Jaikiran PaiConstructor and Description |
---|
EJBSecurityMetaData(ComponentConfiguration componentConfiguration) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDeclaredRoles()
Returns the roles that have been declared by the bean.
|
String |
getRunAs()
Returns the run-as role associated with this bean.
|
String |
getRunAsPrincipal()
Returns the run-as principal associated with this bean.
|
String |
getSecurityDomain()
Returns the security domain associated with the bean
|
Map<String,Collection<String>> |
getSecurityRoleLinks()
Returns the security role links (configured via
|
org.jboss.metadata.javaee.spec.SecurityRolesMetaData |
getSecurityRoles()
Returns the security-role mapping.
|
public EJBSecurityMetaData(ComponentConfiguration componentConfiguration)
componentConfiguration
- Component configuration of the EJB componentpublic Set<String> getDeclaredRoles()
public String getRunAs()
public String getSecurityDomain()
public String getRunAsPrincipal()
public org.jboss.metadata.javaee.spec.SecurityRolesMetaData getSecurityRoles()
public Map<String,Collection<String>> getSecurityRoleLinks()
Copyright © 2014 JBoss by Red Hat. All rights reserved.