|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.service.soap.client.SecurityServerClientImpl
public class SecurityServerClientImpl
An implementation of the SecurityServerClient interface.
This class with establish a connection with the Crowd security server, authenticate the application client and store the authentication token for the client for server operations. If the token becomes invalid, a new authentication token will be obtained and the request will run again. If the request fails aInvalidAuthorizationTokenException
exception will be thrown.
This bean should be used in a singleton fashion.
for a singleton factory implementation.| Field Summary | |
|---|---|
protected AuthenticatedToken |
applicationToken
|
protected org.codehaus.xfire.client.XFireProxyFactory |
factory
|
protected org.codehaus.xfire.service.Service |
service
|
| Constructor Summary | |
|---|---|
SecurityServerClientImpl(SoapClientProperties clientProperties)
|
|
| Method Summary | |
|---|---|
void |
addAllPrincipals(java.util.Collection<SOAPPrincipalWithCredential> principals)
Adds principals to the application's assigned directory. |
void |
addAttributeToGroup(java.lang.String group,
SOAPAttribute attribute)
Adds an attribute to a group that is in the application's assigned directory. |
void |
addAttributeToPrincipal(java.lang.String principal,
SOAPAttribute attribute)
Adds an attribute to a principal who is in the application's assigned directory. |
SOAPGroup |
addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPPrincipal |
addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
void |
addPrincipalToGroup(java.lang.String principal,
java.lang.String group)
Adds a principal to a group for the application's assigned directory. |
void |
addPrincipalToRole(java.lang.String principal,
java.lang.String role)
Adds the principal to a role for the application's assigned directory. |
SOAPRole |
addRole(SOAPRole role)
Adds a role to the application's assigned directory. |
void |
authenticate()
Authenticate the client using the application name and password from crowd.properties. |
java.lang.String |
authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
Authenticates a principal verses the calling who is in the application's assigned directory. |
java.lang.String |
authenticatePrincipalSimple(java.lang.String username,
java.lang.String password)
Authenticates a principal without SSO details utilizing centralized authentication only. |
java.lang.String |
createPrincipalToken(java.lang.String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password. |
java.lang.String[] |
findAllGroupNames()
Finds all of the groups who are visible in the application's assigned directory. |
SOAPNestableGroup[] |
findAllGroupRelationships()
Finds all of the groups who are visible in the application's assigned directory. |
SOAPGroup[] |
findAllGroups()
Retrives all groups in the application's assigned directories. |
java.lang.String[] |
findAllPrincipalNames()
Finds all of the principals who are visable in the application's assigned directory. |
SOAPPrincipal[] |
findAllPrincipals()
Retrives all principals in the application's assigned directories. |
java.lang.String[] |
findAllRoleNames()
Finds all of the roles who are visible in the application's assigned directory. |
SOAPRole[] |
findAllRoles()
Retrives all roles in the application's assigned directories. |
SOAPGroup |
findGroupByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
java.lang.String[] |
findGroupMemberships(java.lang.String principalName)
Finds all the groups the principal is a member of. |
SOAPGroup |
findGroupWithAttributesByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPPrincipal |
findPrincipalByName(java.lang.String name)
Finds a principal by name who is in the application's assigned directory. |
SOAPPrincipal |
findPrincipalByToken(java.lang.String key)
Finds a principal by token. |
SOAPPrincipal |
findPrincipalWithAttributesByName(java.lang.String name)
Finds a principal by name who is in the application's assigned directory. |
SOAPRole |
findRoleByName(java.lang.String name)
Finds a role by name for the application's assigned directory. |
java.lang.String[] |
findRoleMemberships(java.lang.String principalName)
Finds all the roles the principal is a member of. |
AuthenticatedToken |
getApplicationToken()
Retrieve the current application token. |
long |
getCacheTime()
Deprecated. This method is now implemented by the crowd-ehache.xml configuration file. |
SOAPCookieInfo |
getCookieInfo()
Returns information needed to set the SSO cookie correctly. |
java.lang.String |
getDomain()
This will return the domain configured in Crowd or null if no domain has been set. |
java.lang.String[] |
getGrantedAuthorities()
Will return the List of group names that have been given access to connect to the application |
protected SecurityServer |
getSecurityServer()
Create and return an instance to the Crowd SecurityServer. |
SoapClientProperties |
getSoapClientProperties()
Retrieve the client properties used to connect to the Crowd Security Server. |
void |
invalidateToken(java.lang.String token)
Invalidates a principal token for all integrated applications. |
boolean |
isCacheEnabled()
Checks if the client application should cache security information from the Crowd server. |
boolean |
isGroupMember(java.lang.String group,
java.lang.String principal)
Checks if a prinicipal is a member of a group for the application's assigned directory. |
boolean |
isRoleMember(java.lang.String role,
java.lang.String principal)
Checks if a principal is a member of a role for the application's assigned directory. |
boolean |
isValidToken(java.lang.String principalToken,
ValidationFactor[] validationFactors)
Checks if the principal's current token is still valid. |
void |
removeAttributeFromGroup(java.lang.String group,
java.lang.String attribute)
Removes an attribute from a group that is in the application's assigned directory. |
void |
removeAttributeFromPrincipal(java.lang.String principal,
java.lang.String attribute)
Removes an attribute from a principal who is in the application's assigned directory. |
void |
removeGroup(java.lang.String group)
Removes a group from the applciation's assigned directory. |
void |
removePrincipal(java.lang.String principal)
Removes a principal from the application's assigned directory. |
void |
removePrincipalFromGroup(java.lang.String principal,
java.lang.String group)
Removes a principal from a group for the application's assigned directory. |
void |
removePrincipalFromRole(java.lang.String principal,
java.lang.String role)
Removes a principal from a role for the application's assigned directory. |
void |
removeRole(java.lang.String role)
Removes a role from the application's assigned directory. |
void |
resetPrincipalCredential(java.lang.String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory. |
SOAPGroup[] |
searchGroups(SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
SOAPPrincipal[] |
searchPrincipals(SearchRestriction[] searchRestrictions)
Searches for prnicipals that are in the application's assigned directory. |
SOAPRole[] |
searchRoles(SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
void |
updateGroup(java.lang.String group,
java.lang.String description,
boolean active)
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active |
void |
updateGroupAttribute(java.lang.String name,
SOAPAttribute attribute)
Updates an attribute for a group that is in the application's assigned directory. |
void |
updatePrincipalAttribute(java.lang.String name,
SOAPAttribute attribute)
Updates an attribute for a principal who is in the application's assigned directory. |
void |
updatePrincipalCredential(java.lang.String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AuthenticatedToken applicationToken
protected org.codehaus.xfire.service.Service service
protected org.codehaus.xfire.client.XFireProxyFactory factory
| Constructor Detail |
|---|
public SecurityServerClientImpl(SoapClientProperties clientProperties)
clientProperties - properties used to configure the client.| Method Detail |
|---|
protected SecurityServer getSecurityServer()
throws java.rmi.RemoteException
java.rmi.RemoteException - there is a problem connecting to the Crowd Security Server.
public AuthenticatedToken getApplicationToken()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
java.rmi.RemoteException - there was a problem communicating with the Crowd Security Server.
InvalidAuthorizationTokenException - incorrect credentials were used to authenticate the client.
Ensure the application.password in crowd.properties matches the one defined in the Crowd Console.
InvalidAuthenticationException - if the application name/password combination is invalid
public void authenticate()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
authenticate in interface SecurityServerClientjava.rmi.RemoteException - there was a problem communicating with the Crowd Security Server.
InvalidAuthorizationTokenException - incorrect credentials were used to authenticate the client.
Ensure the application.password in crowd.properties matches the one defined in the Crowd Console.
InvalidAuthenticationException - application authentication are not valid
public java.lang.String authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException,
InactiveAccountException,
ApplicationAccessDeniedException,
ExpiredCredentialException
authenticatePrincipal in interface SecurityServerClientuserAuthenticationContext - The principal's authentication details.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException - The principal's authentication details were invalid.
InactiveAccountException - The principal's account is not active.
ExpiredCredentialException - The user's credentials have expired. The user must change their credentials in order to successfully authenticate.
ApplicationAccessDeniedException - if the user does not have access to this application.
public boolean isValidToken(java.lang.String principalToken,
ValidationFactor[] validationFactors)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationAccessDeniedException,
InvalidAuthenticationException
isValidToken in interface SecurityServerClientprincipalToken - The token to check.validationFactors - The known identity factors used when creating the principal's token.
true if and only if the token is active, otherwise false.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
ApplicationAccessDeniedException - if the user does not have access to this application.
InvalidAuthenticationException - application authentication are not valid
public void invalidateToken(java.lang.String token)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
invalidateToken in interface SecurityServerClienttoken - The token to invalidate.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException - application authentication are not valid
public SOAPGroup[] searchGroups(SearchRestriction[] searchRestrictions)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
searchGroups in interface SecurityServerClientsearchRestrictions - The search restrictions to use when performing this search.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException - application authentication are not valid
public SOAPPrincipal[] searchPrincipals(SearchRestriction[] searchRestrictions)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
searchPrincipals in interface SecurityServerClientsearchRestrictions - The search restrictions to use when performing this search.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException - application authentication are not valid
public SOAPRole[] searchRoles(SearchRestriction[] searchRestrictions)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
searchRoles in interface SecurityServerClientsearchRestrictions - The search restrictions to use when performing this search.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException - application authentication are not valid
public SOAPGroup[] findAllGroups()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllGroups in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public SOAPRole[] findAllRoles()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllRoles in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public SOAPPrincipal[] findAllPrincipals()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllPrincipals in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public SOAPGroup addGroup(SOAPGroup group)
throws java.rmi.RemoteException,
InvalidGroupException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
InvalidAuthenticationException
addGroup in interface SecurityServerClientgroup - The group to add.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidGroupException - An error occured adding the group to the directory server.
ApplicationPermissionException - The application does not have the proper permissions to add the entity to the directory server.
InvalidAuthenticationException
public void updateGroup(java.lang.String group,
java.lang.String description,
boolean active)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
GroupNotFoundException,
ApplicationPermissionException,
InvalidAuthenticationException
description and active
updateGroup in interface SecurityServerClientgroup - The name of the group to update.description - the new description of the group.active - the new active flag for the group.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
ApplicationPermissionException - The application does not have the proper permissions to update the entity to the directory server.
GroupNotFoundException - no groups matching the supplied name is found.
InvalidAuthenticationException
public SOAPGroup findGroupByName(java.lang.String name)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
GroupNotFoundException,
InvalidAuthenticationException
findGroupByName in interface SecurityServerClientname - The name of the group.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - Unable to find the specific group.
InvalidAuthenticationException
public SOAPGroup findGroupWithAttributesByName(java.lang.String name)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
GroupNotFoundException,
InvalidAuthenticationException
findGroupWithAttributesByName in interface SecurityServerClientname - The name of the group.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - Unable to find the specific group.
InvalidAuthenticationException
public SOAPRole addRole(SOAPRole role)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidRoleException,
ApplicationPermissionException,
InvalidAuthenticationException
addRole in interface SecurityServerClientrole - The name of the role.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidRoleException - An error occured adding the role to the directory server.
ApplicationPermissionException - The application does not have the proper permissions to add the entity to the directory server.
InvalidAuthenticationException
public SOAPRole findRoleByName(java.lang.String name)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
GroupNotFoundException,
InvalidAuthenticationException
findRoleByName in interface SecurityServerClientname - The name of the role.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - Unable to find the specified group of type role.
InvalidAuthenticationException
public SOAPPrincipal findPrincipalByToken(java.lang.String key)
throws java.rmi.RemoteException,
InvalidTokenException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findPrincipalByToken in interface SecurityServerClientkey - The principal's token.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidTokenException - Unable to find the specified token.
InvalidAuthenticationException
public void updatePrincipalAttribute(java.lang.String name,
SOAPAttribute attribute)
throws java.rmi.RemoteException,
ApplicationPermissionException,
InvalidAuthorizationTokenException,
UserNotFoundException,
InvalidAuthenticationException
addAttributeToPrincipal
updatePrincipalAttribute in interface SecurityServerClientname - The name of the principal.attribute - The name of the attribute to update.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - Unable to find the specified principal.
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidAuthenticationException
public void updateGroupAttribute(java.lang.String name,
SOAPAttribute attribute)
throws java.rmi.RemoteException,
ApplicationPermissionException,
InvalidAuthorizationTokenException,
GroupNotFoundException,
InvalidAuthenticationException
addAttributeToGroup
updateGroupAttribute in interface SecurityServerClientname - The name of the principal.attribute - The name of the attribute to update.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - Unable to find the specified group.
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidAuthenticationException
public SOAPPrincipal findPrincipalByName(java.lang.String name)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
UserNotFoundException,
InvalidAuthenticationException
findPrincipalByName in interface SecurityServerClientname - The name of the principal.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - Unable to find the specified principal.
InvalidAuthenticationException
public SOAPPrincipal findPrincipalWithAttributesByName(java.lang.String name)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
UserNotFoundException,
InvalidAuthenticationException
findPrincipalWithAttributesByName in interface SecurityServerClientname - The name of the principal.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - Unable to find the specified principal.
InvalidAuthenticationException
public SOAPPrincipal addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidCredentialException,
InvalidUserException,
ApplicationPermissionException,
InvalidAuthenticationException
addPrincipal in interface SecurityServerClientprincipal - The populated principal object to added.credential - The password for the principal.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidCredentialException - The supplied password is invalid.
InvalidUserException - The supplied principal is invalid.
ApplicationPermissionException - The application does not have the proper permissions to add the entity to the directory server.
InvalidAuthenticationException
public void addAllPrincipals(java.util.Collection<SOAPPrincipalWithCredential> principals)
throws InvalidAuthorizationTokenException,
java.rmi.RemoteException,
ApplicationPermissionException,
BulkAddFailedException,
InvalidAuthenticationException
SecurityServerClient
addAllPrincipals in interface SecurityServerClientprincipals - Array of SOAPPrincipalWithCredential
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
java.rmi.RemoteException - An unknown remote exception occurred.
ApplicationPermissionException - thrown when no Create User Permission for any of the directories.
BulkAddFailedException - throw when it failed to create a user in of the directories.
InvalidAuthenticationException
public void addPrincipalToGroup(java.lang.String principal,
java.lang.String group)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
GroupNotFoundException,
UserNotFoundException,
InvalidAuthenticationException
addPrincipalToGroup in interface SecurityServerClientprincipal - The name of the principal.group - The name of the group.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - the group could not be found
UserNotFoundException - the user could not be found
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidAuthenticationException
public void updatePrincipalCredential(java.lang.String principal,
PasswordCredential credential)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidCredentialException,
ApplicationPermissionException,
UserNotFoundException,
InvalidAuthenticationException
updatePrincipalCredential in interface SecurityServerClientprincipal - The name of the principal.credential - The password.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - Unable to find the specified principal.
InvalidCredentialException - The supplied password is invalid.
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidAuthenticationException
public void resetPrincipalCredential(java.lang.String principal)
throws java.rmi.RemoteException,
InvalidEmailAddressException,
InvalidCredentialException,
ApplicationPermissionException,
InvalidAuthorizationTokenException,
UserNotFoundException,
InvalidAuthenticationException
resetPrincipalCredential in interface SecurityServerClientprincipal - The name of the principal.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidCredentialException - Unable to reset the principal's password.
UserNotFoundException - Unable to find the specified principal.
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidEmailAddressException
InvalidAuthenticationException
public void removeGroup(java.lang.String group)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
GroupNotFoundException,
InvalidAuthenticationException
removeGroup in interface SecurityServerClientgroup - The name of the group.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - Unable to find the specified group.
ApplicationPermissionException - The application does not have the proper permissions to remove the entity from the directory server.
InvalidAuthenticationException
public void removeRole(java.lang.String role)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
GroupNotFoundException,
InvalidAuthenticationException
removeRole in interface SecurityServerClientrole - The name of the role.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - The specified role is invalid.
ApplicationPermissionException - The application does not have the proper permissions to remove the entity from the directory server.
InvalidAuthenticationException
public void removePrincipal(java.lang.String principal)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
UserNotFoundException,
InvalidAuthenticationException
removePrincipal in interface SecurityServerClientprincipal - The name of the principal.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - The specified principal is invalid.
ApplicationPermissionException - The application does not have the proper permissions to remove the entity from the directory server.
InvalidAuthenticationException
public void addPrincipalToRole(java.lang.String principal,
java.lang.String role)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
UserNotFoundException,
GroupNotFoundException,
InvalidAuthenticationException
addPrincipalToRole in interface SecurityServerClientprincipal - The name of the principal.role - The name of the role.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - Unable to user by name
GroupNotFoundException - Unable to group (of type Role) by name.
ApplicationPermissionException - The application does not have the proper permissions to update the entity to the directory server.
InvalidAuthenticationException
public boolean isGroupMember(java.lang.String group,
java.lang.String principal)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
isGroupMember in interface SecurityServerClientgroup - The name of the group.principal - The name of the principal.
true if and only if the principal is a group member, otherwise false.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public boolean isRoleMember(java.lang.String role,
java.lang.String principal)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
isRoleMember in interface SecurityServerClientrole - The name of the role.principal - The name of the principal.
true if and only if the principal is a role member, otherwise false.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public void removePrincipalFromGroup(java.lang.String principal,
java.lang.String group)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
UserNotFoundException,
GroupNotFoundException,
MembershipNotFoundException,
InvalidAuthenticationException
removePrincipalFromGroup in interface SecurityServerClientprincipal - The name of the principal.group - The name of the group.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
java.rmi.RemoteException - An unknown remote exception occured.
GroupNotFoundException - the group could not be found
UserNotFoundException - the user could not be found
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
MembershipNotFoundException
InvalidAuthenticationException
public void removePrincipalFromRole(java.lang.String principal,
java.lang.String role)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
UserNotFoundException,
GroupNotFoundException,
MembershipNotFoundException,
InvalidAuthenticationException
removePrincipalFromRole in interface SecurityServerClientprincipal - The name of the principal.role - The name of the role.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
java.rmi.RemoteException - An unknown remote exception occured.
UserNotFoundException - Unable to user by name
GroupNotFoundException - Unable to group (of type Role) by name.
ApplicationPermissionException - The application does not have the proper permissions to remove the entity from the directory server.
MembershipNotFoundException
InvalidAuthenticationException
public void addAttributeToPrincipal(java.lang.String principal,
SOAPAttribute attribute)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
UserNotFoundException,
InvalidAuthenticationException
updatePrincipalAttribute
addAttributeToPrincipal in interface SecurityServerClientprincipal - The name of the principal.attribute - The name attribute to add.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - The specified user is invalid.
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidAuthenticationException
public void removeAttributeFromPrincipal(java.lang.String principal,
java.lang.String attribute)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
UserNotFoundException,
InvalidAuthenticationException
removeAttributeFromPrincipal in interface SecurityServerClientprincipal - The name of the principal.attribute - The name of the attribute.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - The specified principal is invalid.
ApplicationPermissionException - The application does not have the proper permissions to remove the entity from the directory server.
InvalidAuthenticationException
public void addAttributeToGroup(java.lang.String group,
SOAPAttribute attribute)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
GroupNotFoundException,
InvalidAuthenticationException
updateGroupAttribute
addAttributeToGroup in interface SecurityServerClientgroup - The name of the group.attribute - The name attribute to add.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - The specified group is invalid.
ApplicationPermissionException - The application does not have the proper permissions to update the entity in the directory server.
InvalidAuthenticationException
public void removeAttributeFromGroup(java.lang.String group,
java.lang.String attribute)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
ApplicationPermissionException,
GroupNotFoundException,
InvalidAuthenticationException
removeAttributeFromGroup in interface SecurityServerClientgroup - The name of the group.attribute - The name of the attribute.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
GroupNotFoundException - The specified group is invalid.
ApplicationPermissionException - The application does not have the proper permissions to remove the entity from the directory server.
InvalidAuthenticationException
public long getCacheTime()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
crowd-ehache.xml configuration file.
getCacheTime in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public boolean isCacheEnabled()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
isCacheEnabled in interface SecurityServerClienttrue if and only if the cache is enabled, otherwise false.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public java.lang.String getDomain()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
getDomain in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public java.lang.String[] findAllPrincipalNames()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllPrincipalNames in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public java.lang.String[] findAllGroupNames()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllGroupNames in interface SecurityServerClientString listing of the group names.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public SOAPNestableGroup[] findAllGroupRelationships()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllGroupRelationships in interface SecurityServerClientSOAPNestableGroup listing of the groups, plus any direct sub-groups.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public java.lang.String[] findAllRoleNames()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
findAllRoleNames in interface SecurityServerClientString listing of the role names.
java.rmi.RemoteException - An unknown remote exception occurred.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationException
public java.lang.String[] findGroupMemberships(java.lang.String principalName)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
UserNotFoundException,
InvalidAuthenticationException
findGroupMemberships in interface SecurityServerClientprincipalName - The name of the principal to use when performing the lookup.
String listing of the principal's group memberships.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - The principal was not found
InvalidAuthenticationException
public java.lang.String[] findRoleMemberships(java.lang.String principalName)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
UserNotFoundException,
InvalidAuthenticationException
findRoleMemberships in interface SecurityServerClientprincipalName - The name of the principal to use role performing the lookup.
String listing of the principal's group memberships.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
UserNotFoundException - The principal was not found
InvalidAuthenticationException
public java.lang.String authenticatePrincipalSimple(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException,
InactiveAccountException,
ApplicationAccessDeniedException,
ExpiredCredentialException
authenticatePrincipalSimple in interface SecurityServerClientusername - The username of the principal.password - The password credential.
java.rmi.RemoteException - An unknown remote exception occured.
InvalidAuthenticationException - An invalid authentication occured.
InvalidAuthorizationTokenException - An invalid authentication occured.
InactiveAccountException - The principal's account is inactive.
ExpiredCredentialException - The user's credentials have expired. The user must change their credentials in order to successfully authenticate.
ApplicationAccessDeniedException - user does not have access to the application.
public java.lang.String createPrincipalToken(java.lang.String username,
ValidationFactor[] validationFactors)
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException,
InactiveAccountException,
ApplicationAccessDeniedException
createPrincipalToken in interface SecurityServerClientusername - The username to create an authenticate token for.validationFactors - The known attributes of the user to use when creating a token, such as their remote IP address and user-agent.
java.rmi.RemoteException - An unknown remote exception occurred.
InvalidAuthenticationException - An invalid authentication occurred.
InvalidAuthorizationTokenException - An invalid authentication occurred.
InactiveAccountException - The principal's account is inactive.
ApplicationAccessDeniedException
public java.lang.String[] getGrantedAuthorities()
throws InvalidAuthorizationTokenException,
java.rmi.RemoteException,
InvalidAuthenticationException
SecurityServerClient
getGrantedAuthorities in interface SecurityServerClientInvalidAuthorizationTokenException
java.rmi.RemoteException
InvalidAuthenticationException
public SOAPCookieInfo getCookieInfo()
throws java.rmi.RemoteException,
InvalidAuthorizationTokenException,
InvalidAuthenticationException
getCookieInfo in interface SecurityServerClientjava.rmi.RemoteException - An unknown remote exception occurred.
InvalidAuthorizationTokenException - The calling application's applicationToken is invalid.
InvalidAuthenticationExceptionpublic SoapClientProperties getSoapClientProperties()
getSoapClientProperties in interface SecurityServerClient
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||