|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
org.jboss.security.idm | |
org.jboss.security.idm.ldap |
Uses of Role in org.jboss.security.idm |
---|
Methods in org.jboss.security.idm that return Role | |
---|---|
Role |
ProvisioningProvider.readRole(java.lang.String roleName)
Reads role information for the specified role name |
Methods in org.jboss.security.idm with parameters of type Role | |
---|---|
void |
ProvisioningProvider.addRole(Role role)
Adds a new role to the system |
boolean |
ProvisioningProvider.exists(Role role)
Checks if the specified role exists in the system |
void |
ProvisioningProvider.removeRole(Role role)
Removes a role from the system |
void |
ProvisioningProvider.updateRole(Role role)
Updates the specified role |
Uses of Role in org.jboss.security.idm.ldap |
---|
Methods in org.jboss.security.idm.ldap that return Role | |
---|---|
Role |
LDAPIdentityProvider.readRole(java.lang.String roleName)
Reads role information for the specified role name |
Methods in org.jboss.security.idm.ldap with parameters of type Role | |
---|---|
void |
LDAPIdentityProvider.addRole(Role role)
Adds a new role to the system |
boolean |
LDAPIdentityProvider.exists(Role role)
Checks if the specified role exists in the system |
void |
LDAPIdentityProvider.removeRole(Role role)
Removes a role from the system |
void |
LDAPIdentityProvider.updateRole(Role role)
Updates the specified role |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |