|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoleGroup | |
|---|---|
| org.jboss.security | The basic security interfaces and classes are now located in the jbosssx module. |
| org.jboss.security.authorization | |
| org.jboss.security.identity | |
| org.jboss.security.javaee | |
| Uses of RoleGroup in org.jboss.security |
|---|
| Methods in org.jboss.security that return RoleGroup | |
|---|---|
RoleGroup |
SubjectInfo.getRoles()
|
abstract RoleGroup |
SecurityContextUtil.getRoles()
Get the Roles associated with the user for the current security context |
RoleGroup |
AuthorizationManager.getSubjectRoles(Subject authenticatedSubject,
CallbackHandler cbh)
Get the Current Roles for the authenticated Subject The AuthorizationManager will apply role generation and role mapping logic configured for the security domain |
| Methods in org.jboss.security with parameters of type RoleGroup | |
|---|---|
int |
AuthorizationManager.authorize(Resource resource,
Subject subject,
RoleGroup role)
Authorize a resource given a role |
void |
SubjectInfo.setRoles(RoleGroup roles)
|
abstract void |
SecurityContextUtil.setRoles(RoleGroup roles)
Set the roles for the user for the current security context |
| Uses of RoleGroup in org.jboss.security.authorization |
|---|
| Methods in org.jboss.security.authorization with parameters of type RoleGroup | |
|---|---|
abstract int |
AuthorizationContext.authorize(Resource resource,
Subject subject,
RoleGroup roles)
Authorize the resource |
void |
AuthorizationModule.initialize(Subject subject,
CallbackHandler handler,
Map<String,Object> sharedState,
Map<String,Object> options,
RoleGroup roles)
Initialize the module |
| Uses of RoleGroup in org.jboss.security.identity |
|---|
| Methods in org.jboss.security.identity that return RoleGroup | |
|---|---|
static RoleGroup |
RoleFactory.createRoleGroup(String name)
|
| Methods in org.jboss.security.identity with parameters of type RoleGroup | |
|---|---|
boolean |
RoleGroup.containsAtleastOneRole(RoleGroup anotherRoleGroup)
Validates whether there is at least one matching role in "anotherRoleGroup" |
| Uses of RoleGroup in org.jboss.security.javaee |
|---|
| Methods in org.jboss.security.javaee with parameters of type RoleGroup | |
|---|---|
abstract boolean |
AbstractEJBAuthorizationHelper.authorize(String ejbName,
Method ejbMethod,
Principal ejbPrincipal,
String invocationInterfaceString,
CodeSource ejbCS,
Subject callerSubject,
RunAs callerRunAs,
String contextID,
RoleGroup methodRoles)
Authorize the EJB Invocation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||