|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentityException | |
---|---|
org.jboss.security.idm | |
org.jboss.security.idm.demo | |
org.jboss.security.idm.ldap |
Uses of IdentityException in org.jboss.security.idm |
---|
Methods in org.jboss.security.idm that throw IdentityException | |
---|---|
void |
ProvisioningProvider.activate(Identity identity)
Activates a user account |
void |
ProvisioningProvider.activate(java.lang.String username)
Activates a user account |
void |
ProvisioningProvider.addRole(Role role)
Adds a new role to the system |
void |
ProvisioningProvider.deactivate(Identity identity)
Deactivates a user account |
void |
ProvisioningProvider.deactivate(java.lang.String username)
Deactivates a user account |
boolean |
LoginProvider.exists(java.security.Principal principal)
Checks if the specified Principal exists in the system anymore or not |
boolean |
ProvisioningProvider.exists(Role role)
Checks if the specified role exists in the system |
boolean |
LoginProvider.exists(java.lang.String username)
Checks if the specified username exists in the system anymore or not |
static LoginProvider |
IdentityManager.findLoginProvider()
Finds and returns the default LoginProvider registered with the service |
static LoginProvider |
IdentityManager.findLoginProvider(java.lang.String id)
Finds and returns the LoginProvider registered with the specified unique id |
static ProvisioningProvider |
IdentityManager.findProvisioningProvider()
Finds and returns the default ProvisioningProvider registered with the service |
static ProvisioningProvider |
IdentityManager.findProvisioningProvider(java.lang.String id)
Finds and returns the ProvisioningProvider registered with the specified unique id |
java.lang.String |
LoginProvider.getId()
Returns an id that uniquely identifies the LoginProvider plugged into the JBoss SSO system. |
LoginProvider |
IdentityManagerService.getLoginProvider()
Returns the default LoginProvider registered with the service |
LoginProvider |
IdentityManager.getLoginProvider()
Returns the default LoginProvider registered with the service |
LoginProvider |
IdentityManagerService.getLoginProvider(java.lang.String id)
Returns the LoginProvider corresponding to its registration id |
LoginProvider |
IdentityManager.getLoginProvider(java.lang.String id)
Returns the LoginProvider corresponding to its registration id |
ProvisioningProvider |
IdentityManagerService.getProvisioningProvider()
Returns the default ProvisioningProvider registered with the service |
ProvisioningProvider |
IdentityManager.getProvisioningProvider()
Returns the default ProvisioningProvider registered with the service |
ProvisioningProvider |
IdentityManagerService.getProvisioningProvider(java.lang.String id)
Returns the ProvisioningProvider corresponding to its registration id |
ProvisioningProvider |
IdentityManager.getProvisioningProvider(java.lang.String id)
Returns the ProvisioningProvider corresponding to its registration id |
boolean |
LoginProvider.login(java.security.Principal principal,
byte[] password)
Checks if the specified Principal should successfully authenticated using the specified password |
boolean |
LoginProvider.login(java.lang.String username,
byte[] password)
Checks if the specified username should be successfully authenticated using the specified password |
void |
LoginProvider.processSSOLoginNotification(LoginContext loginContext)
This notification is received from the SSO Engine when the engine performs an automatic logic based on a trusted assertion received from a partner site. |
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 |
java.util.Collection |
LoginProvider.readAllRoles()
Return all the authorization roles registered in the system. |
Role |
ProvisioningProvider.readRole(java.lang.String roleName)
Reads role information for the specified role name |
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.remove(java.lang.String username)
Removes a user from the system |
void |
ProvisioningProvider.removeRole(Role role)
Removes a role from the system |
void |
ProvisioningProvider.resetPassword(java.lang.String username,
byte[] password)
Resets the password of the specified user |
void |
LoginProvider.setId(java.lang.String id)
Sets the unique id for the LoginProvider |
void |
LoginProvider.setProperties(java.util.Properties properties)
Sets any properties like LDAP URLs, JDBC configuration, etc needed to configure this particular implementation of the LoginProvider |
void |
ProvisioningProvider.update(Identity identity)
Updates the user profile data |
void |
ProvisioningProvider.updateRole(Role role)
Updates the specified role |
Uses of IdentityException in org.jboss.security.idm.demo |
---|
Methods in org.jboss.security.idm.demo that throw IdentityException | |
---|---|
boolean |
DemoLoginProvider.exists(java.security.Principal principal)
|
boolean |
DemoLoginProvider.exists(java.lang.String username)
|
java.lang.String |
DemoLoginProvider.getId()
|
boolean |
DemoLoginProvider.login(java.security.Principal principal,
byte[] password)
|
boolean |
DemoLoginProvider.login(java.lang.String username,
byte[] password)
|
void |
DemoLoginProvider.processSSOLoginNotification(LoginContext loginContext)
|
Identity |
DemoLoginProvider.read(java.security.Principal principal)
|
Identity |
DemoLoginProvider.read(java.lang.String username)
|
java.util.Collection |
DemoLoginProvider.readAllRoles()
|
void |
DemoLoginProvider.setId(java.lang.String id)
Sets the unique id for the LoginProvider |
void |
DemoLoginProvider.setProperties(java.util.Properties properties)
Sets any properties like LDAP URLs, JDBC configuration, etc needed to configure this particular implementation of the LoginProvider |
Uses of IdentityException in org.jboss.security.idm.ldap |
---|
Methods in org.jboss.security.idm.ldap that throw IdentityException | |
---|---|
void |
LDAPIdentityProvider.activate(Identity identity)
Activates a user account |
void |
LDAPIdentityProvider.activate(java.lang.String username)
Activates a user account |
void |
LDAPIdentityProvider.addRole(Role role)
Adds a new role to the system |
void |
LDAPIdentityProvider.deactivate(Identity identity)
Deactivates a user account |
void |
LDAPIdentityProvider.deactivate(java.lang.String username)
Deactivates a user account |
boolean |
LDAPIdentityProvider.exists(java.security.Principal principal)
Checks if the specified Principal exists in the system anymore or not |
boolean |
LDAPIdentityProvider.exists(Role role)
Checks if the specified role exists in the system |
boolean |
LDAPIdentityProvider.exists(java.lang.String username)
Checks if the specified username exists in the system anymore or not |
boolean |
LDAPIdentityProvider.login(java.security.Principal principal,
byte[] password)
Checks if the specified Principal should successfully authenticated using the specified password |
boolean |
LDAPIdentityProvider.login(java.lang.String username,
byte[] password)
Checks if the specified username should be successfully authenticated using the specified password |
void |
LDAPIdentityProvider.processSSOLoginNotification(LoginContext loginContext)
This notification is received from the SSO Engine when the engine performs an automatic logic based on a trusted assertion received from a partner site. |
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 |
java.util.Collection |
LDAPIdentityProvider.readAllRoles()
Return all the authorization roles registered in the system. |
Role |
LDAPIdentityProvider.readRole(java.lang.String roleName)
Reads role information for the specified role name |
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.remove(java.lang.String username)
Removes a user from the system |
void |
LDAPIdentityProvider.removeRole(Role role)
Removes a role from the system |
void |
LDAPIdentityProvider.resetPassword(java.lang.String username,
byte[] password)
Resets the password of the specified user |
void |
LDAPIdentityProvider.setProperties(java.util.Properties properties)
Sets any properties like LDAP URLs, JDBC configuration, etc needed to configure this particular implementation of the LoginProvider |
void |
LDAPIdentityProvider.update(Identity identity)
Updates the user profile data |
void |
LDAPIdentityProvider.updateRole(Role role)
Updates the specified role |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |