Uses of Class
com.atlassian.crowd.integration.soap.SOAPPrincipal

Packages that use SOAPPrincipal
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.soap   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.service.soap.server   
com.atlassian.crowd.util   
 

Uses of SOAPPrincipal in com.atlassian.crowd.integration.http
 

Methods in com.atlassian.crowd.integration.http that return SOAPPrincipal
 SOAPPrincipal HttpAuthenticator.getPrincipal(javax.servlet.http.HttpServletRequest request)
          Attempts to retrieve the principal from the request.
 SOAPPrincipal HttpAuthenticatorImpl.getPrincipal(javax.servlet.http.HttpServletRequest request)
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.integration.soap
 

Methods in com.atlassian.crowd.integration.soap that return SOAPPrincipal
 SOAPPrincipal SOAPPrincipalWithCredential.getPrincipal()
           
 

Methods in com.atlassian.crowd.integration.soap with parameters of type SOAPPrincipal
 void SOAPPrincipalWithCredential.setPrincipal(SOAPPrincipal principal)
           
 

Constructors in com.atlassian.crowd.integration.soap with parameters of type SOAPPrincipal
SOAPPrincipalWithCredential(SOAPPrincipal principal, PasswordCredential passwordCredential)
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that return SOAPPrincipal
 SOAPPrincipal UserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
          Adds a user to Crowd.
 SOAPPrincipal UserManager.getUser(java.lang.String userName)
          Given a userName, fetches the user's details, either from cache or from the Crowd server.
 SOAPPrincipal UserManager.getUserFromToken(java.lang.String token)
          Given an authentication token, retrieves the user associated with it.
 SOAPPrincipal UserManager.getUserWithAttributes(java.lang.String userName)
          Given a userName, fetches the user's details and their associated attributes, either from cache or from the Crowd server.
 

Methods in com.atlassian.crowd.service with parameters of type SOAPPrincipal
 SOAPPrincipal UserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
          Adds a user to Crowd.
 void UserManager.updateUser(SOAPPrincipal user)
          Updates a user's details in Crowd.
 

Uses of SOAPPrincipal in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache that return SOAPPrincipal
 SOAPPrincipal CachingUserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
           
 SOAPPrincipal BasicCache.getUser(java.lang.String userName)
          Returns the SOAPPrincipal representing userName, or null if it's not in the cache.
 SOAPPrincipal CachingUserManager.getUser(java.lang.String userName)
           
 SOAPPrincipal CacheImpl.getUser(java.lang.String userName)
           
 SOAPPrincipal CachingUserManager.getUserFromToken(java.lang.String token)
          Note: the lookup is not currently cached - it will always hit the server.
 SOAPPrincipal BasicCache.getUserWithAttributes(java.lang.String userName)
          Returns the SOAPPrincipal with Attributes representing userName, or null if it's not in the cache.
 SOAPPrincipal CachingUserManager.getUserWithAttributes(java.lang.String userName)
           
 SOAPPrincipal CacheImpl.getUserWithAttributes(java.lang.String userName)
           
 

Methods in com.atlassian.crowd.service.cache with parameters of type SOAPPrincipal
 SOAPPrincipal CachingUserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
           
 void BasicCache.cacheUser(SOAPPrincipal user)
          Adds, or if they exist, replaces an existing user.
 void CacheImpl.cacheUser(SOAPPrincipal user)
           
 void BasicCache.cacheUserWithAttributes(SOAPPrincipal user)
          Caches the specified user and it's properties
 void CacheImpl.cacheUserWithAttributes(SOAPPrincipal user)
           
protected  boolean CacheImpl.isUserDirty(SOAPPrincipal latestSoapPrincipal, SOAPPrincipal cachedSoapPrincipal)
           
 void CachingUserManager.updateUser(SOAPPrincipal user)
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client that return SOAPPrincipal
 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(java.lang.String name)
           
 SOAPPrincipal SecurityServerClient.findPrincipalByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalByToken(java.lang.String key)
           
 SOAPPrincipal SecurityServerClient.findPrincipalByToken(java.lang.String key)
          Finds a principal by token.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalWithAttributesByName(java.lang.String name)
           
 SOAPPrincipal SecurityServerClient.findPrincipalWithAttributesByName(java.lang.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.
 

Methods in com.atlassian.crowd.service.soap.client with parameters of type SOAPPrincipal
 SOAPPrincipal SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
           
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 

Uses of SOAPPrincipal in com.atlassian.crowd.service.soap.server
 

Methods in com.atlassian.crowd.service.soap.server that return SOAPPrincipal
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken, java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServer.findPrincipalByToken(AuthenticatedToken applicationToken, java.lang.String key)
          Finds a principal by token.
 SOAPPrincipal SecurityServer.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken, java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal[] SecurityServer.searchPrincipals(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for principals that are in the application's assigned directory.
 

Methods in com.atlassian.crowd.service.soap.server with parameters of type SOAPPrincipal
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 

Uses of SOAPPrincipal in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type SOAPPrincipal
 SOAPAttribute SOAPPrincipalHelper.getAttribute(java.lang.String name, SOAPPrincipal principal)
          Retrieves the SOAPAttribute belonging to the user
 java.lang.String SOAPPrincipalHelper.getEmail(SOAPPrincipal principal)
          Retrieves the email address from the specified user
 java.lang.String SOAPPrincipalHelper.getFirstAttributeValue(java.lang.String name, SOAPPrincipal principal)
          Retrieves the first attribute from the specified SOAPAttribute belonging to the user
 java.lang.String SOAPPrincipalHelper.getFirstName(SOAPPrincipal principal)
          Retrieves the first name from the specified user
 java.lang.String SOAPPrincipalHelper.getFullName(SOAPPrincipal principal)
          Retrieves the full name from the specified user
 java.lang.String SOAPPrincipalHelper.getLastName(SOAPPrincipal principal)
          Retrieves the last name from the specified user
 



Copyright © 2010 Atlassian. All Rights Reserved.