|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
SOAPPrincipal |
HttpAuthenticator.getPrincipal(javax.servlet.http.HttpServletRequest request)
Attempts to retrieve 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 |
OpenIDAuthenticationManager.checkImmediate(SOAPPrincipal principal,
java.util.Locale locale,
OpenIDAuthRequest authReq)
A convenience wrapper for the autoAllowRequest method. |
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.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 |
ProfileManager.addNewProfile(User user,
SOAPPrincipal principal,
java.util.Locale locale,
java.lang.String profileName)
Creates and adds a new profile to a given user. |
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. |
| 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 |
UserManager.getUser(SOAPPrincipal principal,
java.util.Locale locale)
Retrieves or creates a User from the database matching the name of the supplied 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. |
| 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 | |
|---|---|
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)
|
| 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)
|
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 |
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)
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||