|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticatedToken | |
|---|---|
| com.atlassian.crowd.service.soap | |
| com.atlassian.crowd.service.soap.client | |
| com.atlassian.crowd.service.soap.server | |
| com.atlassian.crowd.util | |
| Uses of AuthenticatedToken in com.atlassian.crowd.service.soap |
|---|
| Methods in com.atlassian.crowd.service.soap with parameters of type AuthenticatedToken | |
|---|---|
Application |
SOAPService.validateSOAPService(AuthenticatedToken applicationToken)
|
| Uses of AuthenticatedToken in com.atlassian.crowd.service.soap.client |
|---|
| Fields in com.atlassian.crowd.service.soap.client declared as AuthenticatedToken | |
|---|---|
protected AuthenticatedToken |
SecurityServerClientImpl.applicationToken
|
| Uses of AuthenticatedToken in com.atlassian.crowd.service.soap.server |
|---|
| Methods in com.atlassian.crowd.service.soap.server that return AuthenticatedToken | |
|---|---|
AuthenticatedToken |
SecurityServerGeneric.authenticateApplication(ApplicationAuthenticationContext authenticationContext)
|
AuthenticatedToken |
SecurityServer.authenticateApplication(ApplicationAuthenticationContext authenticationContext)
Authenticates an application client to the Crowd security server. |
| Methods in com.atlassian.crowd.service.soap.server with parameters of type AuthenticatedToken | |
|---|---|
void |
SecurityServerGeneric.addAllPrincipals(AuthenticatedToken applicationToken,
SOAPPrincipalWithCredential[] principals)
|
void |
SecurityServer.addAllPrincipals(AuthenticatedToken applicationToken,
SOAPPrincipalWithCredential[] principals)
Adds principals to the application's assigned directory. |
void |
SecurityServerGeneric.addAttributeToGroup(AuthenticatedToken applicationToken,
java.lang.String group,
SOAPAttribute attribute)
|
void |
SecurityServer.addAttributeToGroup(AuthenticatedToken applicationToken,
java.lang.String group,
SOAPAttribute attribute)
Adds an attribute to a group that is in the application's assigned directory. |
void |
SecurityServerGeneric.addAttributeToPrincipal(AuthenticatedToken applicationToken,
java.lang.String principal,
SOAPAttribute attribute)
|
void |
SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken,
java.lang.String principal,
SOAPAttribute attribute)
Adds an attribute to a principal who is in the application's assigned directory. |
SOAPGroup |
SecurityServerGeneric.addGroup(AuthenticatedToken applicationToken,
SOAPGroup soapGroup)
|
SOAPGroup |
SecurityServer.addGroup(AuthenticatedToken applicationToken,
SOAPGroup group)
Adds a group to the application's assigned directory. |
SOAPPrincipal |
SecurityServerGeneric.addPrincipal(AuthenticatedToken applicationToken,
SOAPPrincipal principal,
PasswordCredential credential)
|
SOAPPrincipal |
SecurityServer.addPrincipal(AuthenticatedToken applicationToken,
SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
void |
SecurityServerGeneric.addPrincipalToGroup(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String group)
|
void |
SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String group)
Adds a principal to a group for the application's assigned directory. |
void |
SecurityServerGeneric.addPrincipalToRole(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String role)
|
void |
SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String role)
Adds the principal to a role for the application's assigned directory. |
SOAPRole |
SecurityServerGeneric.addRole(AuthenticatedToken applicationToken,
SOAPRole soapRole)
|
SOAPRole |
SecurityServer.addRole(AuthenticatedToken applicationToken,
SOAPRole role)
Adds a role to the application's assigned directory. |
java.lang.String |
SecurityServerGeneric.authenticatePrincipal(AuthenticatedToken applicationToken,
UserAuthenticationContext authenticateContext)
|
java.lang.String |
SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken,
UserAuthenticationContext authenticateContext)
Authenticates a principal verses the calling who is in the application's assigned directory. |
java.lang.String |
SecurityServerGeneric.authenticatePrincipalSimple(AuthenticatedToken applicationToken,
java.lang.String username,
java.lang.String password)
|
java.lang.String |
SecurityServer.authenticatePrincipalSimple(AuthenticatedToken authenticationContext,
java.lang.String username,
java.lang.String password)
Authenticates a principal without SSO details utilizing centralized authentication only. |
java.lang.String |
SecurityServerGeneric.createPrincipalToken(AuthenticatedToken applicationToken,
java.lang.String username,
ValidationFactor[] validationFactors)
|
java.lang.String |
SecurityServer.createPrincipalToken(AuthenticatedToken authenticationContext,
java.lang.String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password. |
java.lang.String[] |
SecurityServerGeneric.findAllGroupNames(AuthenticatedToken applicationToken)
|
java.lang.String[] |
SecurityServer.findAllGroupNames(AuthenticatedToken applicationToken)
Finds all of the groups who are visible in the application's assigned directory. |
SOAPNestableGroup[] |
SecurityServerGeneric.findAllGroupRelationships(AuthenticatedToken applicationToken)
|
SOAPNestableGroup[] |
SecurityServer.findAllGroupRelationships(AuthenticatedToken applicationToken)
Finds all of the groups who are visible in the application's assigned directory. |
java.lang.String[] |
SecurityServerGeneric.findAllPrincipalNames(AuthenticatedToken applicationToken)
|
java.lang.String[] |
SecurityServer.findAllPrincipalNames(AuthenticatedToken applicationToken)
Finds all of the principals who are visable in the application's assigned directory. |
java.lang.String[] |
SecurityServerGeneric.findAllRoleNames(AuthenticatedToken applicationToken)
|
java.lang.String[] |
SecurityServer.findAllRoleNames(AuthenticatedToken applicationToken)
Finds all of the roles who are visible in the application's assigned directory. |
SOAPGroup |
SecurityServerGeneric.findGroupByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPGroup |
SecurityServer.findGroupByName(AuthenticatedToken applicationToken,
java.lang.String name)
Find a group by name for the application's assigned directory. |
java.lang.String[] |
SecurityServerGeneric.findGroupMemberships(AuthenticatedToken applicationToken,
java.lang.String principalName)
|
java.lang.String[] |
SecurityServer.findGroupMemberships(AuthenticatedToken applicationToken,
java.lang.String principalName)
Finds all of the principals who are members of a group that is in the application's assigned directory. |
SOAPGroup |
SecurityServerGeneric.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPGroup |
SecurityServer.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPPrincipal |
SecurityServerGeneric.findPrincipalByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPPrincipal |
SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken,
java.lang.String name)
Finds a principal by name who is in the application's assigned directory. |
SOAPPrincipal |
SecurityServerGeneric.findPrincipalByToken(AuthenticatedToken applicationToken,
java.lang.String key)
|
SOAPPrincipal |
SecurityServer.findPrincipalByToken(AuthenticatedToken applicationToken,
java.lang.String key)
Finds a principal by token. |
SOAPPrincipal |
SecurityServerGeneric.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPPrincipal |
SecurityServer.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
java.lang.String name)
Finds a principal by name who is in the application's assigned directory. |
SOAPRole |
SecurityServerGeneric.findRoleByName(AuthenticatedToken applicationToken,
java.lang.String name)
|
SOAPRole |
SecurityServer.findRoleByName(AuthenticatedToken applicationToken,
java.lang.String name)
Finds a role by name for the application's assigned directory. |
java.lang.String[] |
SecurityServerGeneric.findRoleMemberships(AuthenticatedToken applicationToken,
java.lang.String principalName)
|
java.lang.String[] |
SecurityServer.findRoleMemberships(AuthenticatedToken applicationToken,
java.lang.String principalName)
Finds all of the principals who are members of a role that is in the application's assigned directory. |
long |
SecurityServerGeneric.getCacheTime(AuthenticatedToken applicationToken)
Deprecated. since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml |
long |
SecurityServer.getCacheTime(AuthenticatedToken applicationToken)
Deprecated. This method is now implemented by the crowd-ehcache.xml configuration file. |
SOAPCookieInfo |
SecurityServerGeneric.getCookieInfo(AuthenticatedToken applicationToken)
Returns information needed to set the SSO cookie correctly. |
SOAPCookieInfo |
SecurityServer.getCookieInfo(AuthenticatedToken applicationToken)
Returns information needed to set the SSO cookie correctly. |
java.lang.String |
SecurityServerGeneric.getDomain(AuthenticatedToken applicationToken)
|
java.lang.String |
SecurityServer.getDomain(AuthenticatedToken applicationToken)
Deprecated. This method has been superceded by SecurityServer.getCookieInfo(com.atlassian.crowd.integration.authentication.AuthenticatedToken) |
java.lang.String[] |
SecurityServerGeneric.getGrantedAuthorities(AuthenticatedToken applicationToken)
|
java.lang.String[] |
SecurityServer.getGrantedAuthorities(AuthenticatedToken applicationToken)
Will return the List of group names that have been given access to connect to the application |
void |
SecurityServerGeneric.invalidatePrincipalToken(AuthenticatedToken applicationToken,
java.lang.String token)
|
void |
SecurityServer.invalidatePrincipalToken(AuthenticatedToken applicationToken,
java.lang.String token)
Invalidates a token for all integrated applications. |
boolean |
SecurityServerGeneric.isCacheEnabled(AuthenticatedToken applicationToken)
|
boolean |
SecurityServer.isCacheEnabled(AuthenticatedToken applicationToken)
Checks if the client application should cache security information from the Crowd server. |
boolean |
SecurityServerGeneric.isGroupMember(AuthenticatedToken applicationToken,
java.lang.String group,
java.lang.String principal)
|
boolean |
SecurityServer.isGroupMember(AuthenticatedToken applicationToken,
java.lang.String group,
java.lang.String principal)
Checks if a principal is a member of a group for the application's assigned directory. |
boolean |
SecurityServerGeneric.isRoleMember(AuthenticatedToken applicationToken,
java.lang.String role,
java.lang.String principal)
|
boolean |
SecurityServer.isRoleMember(AuthenticatedToken applicationToken,
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 |
SecurityServerGeneric.isValidPrincipalToken(AuthenticatedToken applicationToken,
java.lang.String principalToken,
ValidationFactor[] validationFactors)
|
boolean |
SecurityServer.isValidPrincipalToken(AuthenticatedToken applicationToken,
java.lang.String principalToken,
ValidationFactor[] validationFactors)
Checks if the principal's current token is still valid. |
void |
SecurityServerGeneric.removeAttributeFromGroup(AuthenticatedToken applicationToken,
java.lang.String group,
java.lang.String attribute)
|
void |
SecurityServer.removeAttributeFromGroup(AuthenticatedToken applicationToken,
java.lang.String group,
java.lang.String attribute)
Removes an attribute from a group that is in the application's assigned directory. |
void |
SecurityServerGeneric.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String attribute)
|
void |
SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String attribute)
Removes an attribute from a principal who is in the application's assigned directory. |
void |
SecurityServerGeneric.removeGroup(AuthenticatedToken applicationToken,
java.lang.String group)
|
void |
SecurityServer.removeGroup(AuthenticatedToken applicationToken,
java.lang.String group)
Removes a group from the application's assigned directory. |
void |
SecurityServerGeneric.removePrincipal(AuthenticatedToken applicationToken,
java.lang.String principal)
|
void |
SecurityServer.removePrincipal(AuthenticatedToken applicationToken,
java.lang.String principal)
Removes a principal from the application's assigned directory. |
void |
SecurityServerGeneric.removePrincipalFromGroup(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String group)
|
void |
SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String group)
Removes a principal from a group for the application's assigned directory. |
void |
SecurityServerGeneric.removePrincipalFromRole(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String role)
|
void |
SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String role)
Removes a principal from a role for the application's assigned directory. |
void |
SecurityServerGeneric.removeRole(AuthenticatedToken applicationToken,
java.lang.String role)
|
void |
SecurityServer.removeRole(AuthenticatedToken applicationToken,
java.lang.String role)
Removes a role from the application's assigned directory. |
void |
SecurityServerGeneric.resetPrincipalCredential(AuthenticatedToken applicationToken,
java.lang.String principal)
|
void |
SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken,
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[] |
SecurityServerGeneric.searchGroups(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
|
SOAPGroup[] |
SecurityServer.searchGroups(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for groups that are in the application's assigned directory. |
SOAPPrincipal[] |
SecurityServerGeneric.searchPrincipals(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
|
SOAPPrincipal[] |
SecurityServer.searchPrincipals(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for principals that are in the application's assigned directory. |
SOAPRole[] |
SecurityServerGeneric.searchRoles(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
|
SOAPRole[] |
SecurityServer.searchRoles(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
void |
SecurityServerGeneric.updateGroup(AuthenticatedToken authenticatedToken,
java.lang.String groupName,
java.lang.String description,
boolean active)
|
void |
SecurityServer.updateGroup(AuthenticatedToken authenticatedToken,
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 |
SecurityServerGeneric.updateGroupAttribute(AuthenticatedToken applicationToken,
java.lang.String group,
SOAPAttribute attribute)
|
void |
SecurityServer.updateGroupAttribute(AuthenticatedToken applicationToken,
java.lang.String group,
SOAPAttribute attribute)
Updates an attribute for a group that is in the application's assigned directory.. |
void |
SecurityServerGeneric.updatePrincipalAttribute(AuthenticatedToken applicationToken,
java.lang.String name,
SOAPAttribute attribute)
|
void |
SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken,
java.lang.String name,
SOAPAttribute attribute)
Updates an attribute for a principal who is in the application's assigned directory.. |
void |
SecurityServerGeneric.updatePrincipalCredential(AuthenticatedToken applicationToken,
java.lang.String principal,
PasswordCredential credential)
|
void |
SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken,
java.lang.String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
| Uses of AuthenticatedToken in com.atlassian.crowd.util |
|---|
| Methods in com.atlassian.crowd.util that return AuthenticatedToken | |
|---|---|
static AuthenticatedToken |
SoapObjectTranslator.toSoapAuthenticatedToken(AuthenticatedToken authenticatedToken)
Converts to the SOAP version of AuthenticatedToken. |
| Methods in com.atlassian.crowd.util with parameters of type AuthenticatedToken | |
|---|---|
static AuthenticatedToken |
SoapObjectTranslator.fromSoapAuthenticatedToken(AuthenticatedToken authenticatedToken)
Converts from SOAP version of AuthenticatedToken. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||