|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Identity | |
---|---|
org.jboss.security.idm | |
org.jboss.security.idm.demo | |
org.jboss.security.idm.ldap |
Uses of Identity in org.jboss.security.idm |
---|
Methods in org.jboss.security.idm that return Identity | |
---|---|
Identity |
LoginProvider.read(java.security.Principal principal)
Returns the Identity data for the specified Principal |
Identity |
LoginProvider.read(java.lang.String username)
Returns the Identity data for the specified username |
Methods in org.jboss.security.idm with parameters of type Identity | |
---|---|
void |
ProvisioningProvider.activate(Identity identity)
Activates a user account |
void |
ProvisioningProvider.deactivate(Identity identity)
Deactivates a user account |
void |
ProvisioningProvider.register(Identity identity)
Registers a new user into the system |
void |
ProvisioningProvider.remove(Identity identity)
Removes a user from the system |
void |
ProvisioningProvider.update(Identity identity)
Updates the user profile data |
Uses of Identity in org.jboss.security.idm.demo |
---|
Methods in org.jboss.security.idm.demo that return Identity | |
---|---|
Identity |
DemoLoginProvider.read(java.security.Principal principal)
|
Identity |
DemoLoginProvider.read(java.lang.String username)
|
Uses of Identity in org.jboss.security.idm.ldap |
---|
Methods in org.jboss.security.idm.ldap that return Identity | |
---|---|
Identity |
LDAPIdentityProvider.read(java.security.Principal principal)
Returns the Identity data for the specified Principal |
Identity |
LDAPIdentityProvider.read(java.lang.String username)
Returns the Identity data for the specified username |
Methods in org.jboss.security.idm.ldap with parameters of type Identity | |
---|---|
void |
LDAPIdentityProvider.activate(Identity identity)
Activates a user account |
void |
LDAPIdentityProvider.deactivate(Identity identity)
Deactivates a user account |
void |
LDAPIdentityProvider.register(Identity identity)
Registers a new user into the system |
void |
LDAPIdentityProvider.remove(Identity identity)
Removes a user from the system |
void |
LDAPIdentityProvider.update(Identity identity)
Updates the user profile data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |