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

Packages that use SOAPPrincipal
com.atlassian.crowd.console.action   
com.atlassian.crowd.integration.acegi.user   
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.soap   
com.atlassian.crowd.integration.springsecurity.user   
com.atlassian.crowd.openid.server.action   
com.atlassian.crowd.openid.server.manager.openid   
com.atlassian.crowd.openid.server.manager.profile   
com.atlassian.crowd.openid.server.manager.user   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.service.soap.server   
com.atlassian.crowd.util   
 

Uses of SOAPPrincipal in com.atlassian.crowd.console.action
 

Methods in com.atlassian.crowd.console.action that return SOAPPrincipal
 SOAPPrincipal BaseAction.getRemoteUser()
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.integration.acegi.user
 

Methods in com.atlassian.crowd.integration.acegi.user that return SOAPPrincipal
 SOAPPrincipal CrowdUserDetails.getRemotePrincipal()
           
 

Constructors in com.atlassian.crowd.integration.acegi.user with parameters of type SOAPPrincipal
CrowdUserDetails(SOAPPrincipal principal, org.acegisecurity.GrantedAuthority[] authorities)
           
 

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

Methods in com.atlassian.crowd.integration.atlassianuser that return types with arguments of type SOAPPrincipal
protected  java.util.List<SOAPPrincipal> CrowdEntityQueryParser.performAndUserSearch(java.util.List<com.atlassian.user.search.query.TermQuery> queries)
           
protected  java.util.List<SOAPPrincipal> CrowdEntityQueryParser.performOrUserSearch(java.util.List<com.atlassian.user.search.query.TermQuery> queries)
           
protected  java.util.List<SOAPPrincipal> CrowdEntityQueryParser.performUserSearch(com.atlassian.user.search.query.TermQuery query)
           
 

Constructors in com.atlassian.crowd.integration.atlassianuser with parameters of type SOAPPrincipal
CrowdUser(SOAPPrincipal principal, UserManager userManager)
           
 

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

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

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

Methods in com.atlassian.crowd.integration.osuser with parameters of type SOAPPrincipal
protected  void CrowdPropertySet.removeAttribute(SOAPPrincipal user, java.lang.String key)
          Removes the given attribute from the user.
 void SOAPPrincipalHelper.setEmail(java.lang.String email, SOAPPrincipal principal)
           
 void SOAPPrincipalHelper.setFullName(java.lang.String fullname, SOAPPrincipal principal)
           
 void CrowdPropertySet.setPrincipal(SOAPPrincipal principal)
           
 void SOAPPrincipalHelper.setProperty(java.lang.String property, java.lang.String value, SOAPPrincipal principal)
           
 

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.integration.springsecurity.user
 

Methods in com.atlassian.crowd.integration.springsecurity.user that return SOAPPrincipal
 SOAPPrincipal CrowdUserDetails.getRemotePrincipal()
           
 

Constructors in com.atlassian.crowd.integration.springsecurity.user with parameters of type SOAPPrincipal
CrowdUserDetails(SOAPPrincipal principal, org.springframework.security.GrantedAuthority[] authorities)
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.openid.server.action
 

Methods in com.atlassian.crowd.openid.server.action that return SOAPPrincipal
 SOAPPrincipal BaseAction.getRemotePrincipal()
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.openid.server.manager.openid
 

Methods in com.atlassian.crowd.openid.server.manager.openid with parameters of type SOAPPrincipal
 OpenIDAuthResponse OpenIDAuthenticationManagerGeneric.checkImmediate(SOAPPrincipal principal, java.util.Locale locale, OpenIDAuthRequest authReq)
          A convenience wrapper for the autoAllowRequest method.
 OpenIDAuthResponse OpenIDAuthenticationManager.checkImmediate(SOAPPrincipal principal, java.util.Locale locale, OpenIDAuthRequest authReq)
          A convenience wrapper for the autoAllowRequest method.
 

Uses of SOAPPrincipal in com.atlassian.crowd.openid.server.manager.profile
 

Methods in com.atlassian.crowd.openid.server.manager.profile with parameters of type SOAPPrincipal
 Profile ProfileManagerGeneric.addNewProfile(User user, SOAPPrincipal principal, java.util.Locale locale, java.lang.String profileName)
          Creates and adds a new profile to a given user.
 Profile ProfileManager.addNewProfile(User user, SOAPPrincipal principal, java.util.Locale locale, java.lang.String profileName)
          Creates and adds a new profile to a given user.
 

Uses of SOAPPrincipal in com.atlassian.crowd.openid.server.manager.user
 

Methods in com.atlassian.crowd.openid.server.manager.user with parameters of type SOAPPrincipal
 User UserManagerGeneric.getUser(SOAPPrincipal principal, java.util.Locale locale)
          Retrieves or creates a User from the database matching the name of the supplied SOAPPrincipal.
 User UserManager.getUser(SOAPPrincipal principal, java.util.Locale locale)
          Retrieves or creates a User from the database matching the name of the supplied SOAPPrincipal.
 

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 CachingUserManager.getUser(java.lang.String userName)
           
 SOAPPrincipal CacheImpl.getUser(java.lang.String userName)
           
 SOAPPrincipal BasicCache.getUser(java.lang.String userName)
          Returns the SOAPPrincipal representing userName, or null if it's not in the cache.
 SOAPPrincipal CachingUserManager.getUserFromToken(java.lang.String token)
          Note: the lookup is not currently cached - it will always hit the server.
 SOAPPrincipal CachingUserManager.getUserWithAttributes(java.lang.String userName)
           
 SOAPPrincipal CacheImpl.getUserWithAttributes(java.lang.String userName)
           
 SOAPPrincipal BasicCache.getUserWithAttributes(java.lang.String userName)
          Returns the SOAPPrincipal with Attributes representing userName, or null if it's not in the cache.
 

Methods in com.atlassian.crowd.service.cache with parameters of type SOAPPrincipal
 void CacheImpl.addOrReplaceUser(SOAPPrincipal user)
           
 void BasicCache.addOrReplaceUser(SOAPPrincipal user)
          Adds, or if they exist, replaces an existing user.
 void CacheImpl.addOrReplaceUserWithAttributes(SOAPPrincipal user)
           
 void BasicCache.addOrReplaceUserWithAttributes(SOAPPrincipal user)
           
 SOAPPrincipal CachingUserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
           
protected  boolean CacheImpl.isUserDirty(SOAPPrincipal latestSoapPrincipal, SOAPPrincipal cachedSoapPrincipal)
           
 void CachingUserManager.updateUser(SOAPPrincipal user)
           
 

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

Methods in com.atlassian.crowd.service.soap that return SOAPPrincipal
static SOAPPrincipal ObjectTranslator.processUser(User user)
           
static SOAPPrincipal[] ObjectTranslator.processUsers(java.util.Collection<User> users)
           
static SOAPPrincipal ObjectTranslator.processUserWithAttributes(UserWithAttributes user)
           
 

Methods in com.atlassian.crowd.service.soap with parameters of type SOAPPrincipal
static java.util.Map<java.lang.String,java.util.Set<java.lang.String>> ObjectTranslator.buildUserAttributeMap(SOAPPrincipal soapUser)
           
static UserTemplate ObjectTranslator.processUser(SOAPPrincipal soapUser)
           
 

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)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal[] SecurityServerClientImpl.findAllPrincipals()
          Retrives all principals in the application's assigned directories.
 SOAPPrincipal[] SecurityServerClient.findAllPrincipals()
          Retrives all principals in the application's assigned directories.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 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)
          Finds a principal by token.
 SOAPPrincipal SecurityServerClient.findPrincipalByToken(java.lang.String key)
          Finds a principal by token.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalWithAttributesByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 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)
          Searches for prnicipals that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
          Searches for prnicipals 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)
          Adds a principal to the application's assigned directory.
 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 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, 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.
 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.
 

Methods in com.atlassian.crowd.service.soap.server with parameters of type SOAPPrincipal
 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.
 

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)
           
 java.lang.String SOAPPrincipalHelper.getEmail(SOAPPrincipal principal)
           
 java.lang.String SOAPPrincipalHelper.getFirstAttributeValue(java.lang.String name, SOAPPrincipal principal)
           
 java.lang.String SOAPPrincipalHelper.getFirstName(SOAPPrincipal principal)
           
 java.lang.String SOAPPrincipalHelper.getFullName(SOAPPrincipal principal)
           
 java.lang.String SOAPPrincipalHelper.getLastName(SOAPPrincipal principal)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.