Modifier and Type | Method and Description |
---|---|
static void |
SecurityServerClientBulkAddTest.setEmail(String email,
SOAPPrincipal principal) |
static void |
SecurityServerClientBulkAddTest.setFullName(String fullname,
SOAPPrincipal principal) |
static void |
SecurityServerClientBulkAddTest.setProperty(String property,
String value,
SOAPPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
HttpAuthenticator.getPrincipal(javax.servlet.http.HttpServletRequest request)
Attempts to retrieve the principal from the request.
|
SOAPPrincipal |
HttpAuthenticatorImpl.getPrincipal(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
SOAPPrincipalWithCredential.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPPrincipalWithCredential.setPrincipal(SOAPPrincipal principal) |
Constructor and Description |
---|
SOAPPrincipalWithCredential(SOAPPrincipal principal,
PasswordCredential passwordCredential) |
Constructor and Description |
---|
UserWithAttributesAdapter(SOAPPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
UserManager.addUser(SOAPPrincipal user,
PasswordCredential credential)
Adds a user to Crowd.
|
SOAPPrincipal |
UserManager.getUser(String userName)
Given a
userName , fetches the user's details, either from cache or from the Crowd server. |
SOAPPrincipal |
UserManager.getUserFromToken(String token)
Given an authentication token, retrieves the user associated with it.
|
SOAPPrincipal |
UserManager.getUserWithAttributes(String userName)
Given a
userName , fetches the user's details and their associated attributes, either from cache or from the Crowd server. |
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
UserManager.addUser(SOAPPrincipal user,
PasswordCredential credential)
Adds a user to Crowd.
|
void |
UserManager.updateUser(SOAPPrincipal user)
Updates a user's details in Crowd.
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
CachingUserManager.addUser(SOAPPrincipal user,
PasswordCredential credential) |
SOAPPrincipal |
CacheImpl.getUser(String userName) |
SOAPPrincipal |
CachingUserManager.getUser(String userName) |
SOAPPrincipal |
BasicCache.getUser(String userName)
|
SOAPPrincipal |
CachingUserManager.getUserFromToken(String token)
Note: the lookup is not currently cached - it will always hit the server.
|
SOAPPrincipal |
CacheImpl.getUserWithAttributes(String userName) |
SOAPPrincipal |
CachingUserManager.getUserWithAttributes(String userName) |
SOAPPrincipal |
BasicCache.getUserWithAttributes(String userName)
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
CachingUserManager.addUser(SOAPPrincipal user,
PasswordCredential credential) |
void |
CacheImpl.cacheUser(SOAPPrincipal user) |
void |
BasicCache.cacheUser(SOAPPrincipal user)
Adds, or if they exist, replaces an existing user.
|
void |
CacheImpl.cacheUserWithAttributes(SOAPPrincipal user) |
void |
BasicCache.cacheUserWithAttributes(SOAPPrincipal user)
Caches the specified user and it's properties
|
protected boolean |
CacheImpl.isUserDirty(SOAPPrincipal latestSoapPrincipal,
SOAPPrincipal cachedSoapPrincipal) |
void |
CachingUserManager.updateUser(SOAPPrincipal user) |
Modifier and Type | Method and Description |
---|---|
static SOAPPrincipal |
ObjectTranslator.processUser(User user) |
static SOAPPrincipal[] |
ObjectTranslator.processUsers(Collection<User> users) |
static SOAPPrincipal |
ObjectTranslator.processUserWithAttributes(UserWithAttributes user) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
ObjectTranslator.buildUserAttributeMap(SOAPPrincipal soapUser) |
static UserTemplate |
ObjectTranslator.processUser(SOAPPrincipal soapUser) |
static UserTemplateWithAttributes |
ObjectTranslator.processUserWithAttributes(SOAPPrincipal soapUser) |
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential) |
SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory.
|
SOAPPrincipal[] |
SecurityServerClientImpl.findAllPrincipals() |
SOAPPrincipal[] |
SecurityServerClient.findAllPrincipals()
Retrieves all principals in the application's assigned directories.
|
SOAPPrincipal |
SecurityServerClientImpl.findPrincipalByName(String name) |
SOAPPrincipal |
SecurityServerClient.findPrincipalByName(String name)
Finds a principal by name who is in the application's assigned directory.
|
SOAPPrincipal |
SecurityServerClientImpl.findPrincipalByToken(String key) |
SOAPPrincipal |
SecurityServerClient.findPrincipalByToken(String key)
Finds a principal by token.
|
SOAPPrincipal |
SecurityServerClientImpl.findPrincipalWithAttributesByName(String name) |
SOAPPrincipal |
SecurityServerClient.findPrincipalWithAttributesByName(String name)
Finds a principal by name who is in the application's assigned directory.
|
SOAPPrincipal[] |
SecurityServerClientImpl.searchPrincipals(SearchRestriction[] searchRestrictions) |
SOAPPrincipal[] |
SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
Searches for principals that are in the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential) |
SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
SOAPPrincipal |
SecurityServerGeneric.findPrincipalByName(AuthenticatedToken applicationToken,
String name) |
SOAPPrincipal |
SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken,
String name)
Finds a principal by name who is in the application's assigned directory.
|
SOAPPrincipal |
SecurityServerGeneric.findPrincipalByToken(AuthenticatedToken applicationToken,
String key) |
SOAPPrincipal |
SecurityServer.findPrincipalByToken(AuthenticatedToken applicationToken,
String key)
Finds a principal by token.
|
SOAPPrincipal |
SecurityServerGeneric.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
String name) |
SOAPPrincipal |
SecurityServer.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
String name)
Finds a principal by name who is 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SOAPAttribute |
SOAPPrincipalHelper.getAttribute(String name,
SOAPPrincipal principal)
Retrieves the SOAPAttribute belonging to the user
|
String |
SOAPPrincipalHelper.getEmail(SOAPPrincipal principal)
Retrieves the email address from the specified user
|
String |
SOAPPrincipalHelper.getFirstAttributeValue(String name,
SOAPPrincipal principal)
Retrieves the first attribute from the specified SOAPAttribute belonging to the user
|
String |
SOAPPrincipalHelper.getFirstName(SOAPPrincipal principal)
Retrieves the first name from the specified user
|
String |
SOAPPrincipalHelper.getFullName(SOAPPrincipal principal)
Retrieves the full name from the specified user
|
String |
SOAPPrincipalHelper.getLastName(SOAPPrincipal principal)
Retrieves the last name from the specified user
|
Copyright © 2020 Atlassian. All rights reserved.