A C D E F G H I L P R S T

A

addToGroup(String, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
authenticate(String, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 

C

ChainedProfileProvider - Class in com.atlassian.crowd.integration.osuser.providers
 
ChainedProfileProvider() - Constructor for class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
ChainedProfileProvider(UserManager, CacheExpiryManager) - Constructor for class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
changePassword(String, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
com.atlassian.crowd.integration.osuser - package com.atlassian.crowd.integration.osuser
 
com.atlassian.crowd.integration.osuser.providers - package com.atlassian.crowd.integration.osuser.providers
 
compareTo(Object) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
Compares this property pair with another.
compareTo(Object) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
 
create(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
create(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
create(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
create(String) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Create new Entity with given name using first delegate and return the result value.
create(String) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
CrowdAccessProvider - Class in com.atlassian.crowd.integration.osuser
 
CrowdAccessProvider() - Constructor for class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
CrowdAccessProvider(UserManager, GroupManager, GroupMembershipManager, CacheExpiryManager) - Constructor for class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
CrowdCredentialsProvider - Class in com.atlassian.crowd.integration.osuser
 
CrowdCredentialsProvider() - Constructor for class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
CrowdCredentialsProvider(UserManager, AuthenticationManager, CacheExpiryManager) - Constructor for class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
CrowdProfileProvider - Class in com.atlassian.crowd.integration.osuser
 
CrowdProfileProvider() - Constructor for class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
CrowdProfileProvider(UserManager, CacheExpiryManager) - Constructor for class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
CrowdPropertySet - Class in com.atlassian.crowd.integration.osuser
This class manages the translation of user information between Crowd and JIRA.
CrowdPropertySet() - Constructor for class com.atlassian.crowd.integration.osuser.CrowdPropertySet
 
CrowdPropertySet(UserManager) - Constructor for class com.atlassian.crowd.integration.osuser.CrowdPropertySet
 

D

DelegatingProfileProvider - Class in com.atlassian.crowd.integration.osuser
Copyright 2007 Atlassian Software.
DelegatingProfileProvider() - Constructor for class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
 

E

equals(Object) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
 
equals(Object) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
 
exists(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Crowd only supports email and fullname properties currently, so these are the only ones we check
exists(String) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Does a property exist in the delegated property sets in order.

F

fetchInCache(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
Fetches a user with the given username in the cache in case the user exists, but cannot be found from the cache yet.
filterAndSortValidProperties(Properties) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser
This method filters out all properties that do not follow the required patter.
flushCaches() - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
flushCaches() - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
flushCaches() - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
flushCaches() - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Flushes the caches on all providers.
flushCaches() - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 

G

get(int, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Return's a value for the given type and key, if it exists().
get(int, String) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Copied from com.opensymphony.module.propertyset.aggregate.AggregatePropertySet and modified to perform the get operation on the highest property set.
getKey() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
Returns the property sort key
getKeys(String, int) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
List all keys starting with supplied prefix of certain type.
getKeys(String, int) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Returns a collection of keys that are retrieved from all providers.
getPair() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
Returns the property key pair
getParsedClass() - Method in interface com.atlassian.crowd.integration.osuser.PropertyParser.Result
Returns class
getProperties() - Method in interface com.atlassian.crowd.integration.osuser.PropertyParser.Result
Returns properties
getProperty(String) - Method in interface com.atlassian.crowd.integration.osuser.PropertyParser.Result
Returns value of the property looked up by the given key
getPropertyName() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
Returns the name of the property (suffix of the key pair)
getPropertySet(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
getPropertySet(String) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Creates new instance of PrioritizedCompositePropertySet that is instantiated with the same set of profile provides that this class holds.
getPropertySet(String) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
getProviderClass() - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
getString(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
This has been overriden to provide specific support for email
getSuffix() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
Returns the property suffix
getType(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Returns type of value.
getType(String) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Returns the type of the property.
getValue() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
Returns the property value

H

handles(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
We must check if Crowd can handle this 'name'.
handles(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
handles(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
handles(String) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Checks if the delegated profile providers handle the profile with given name.
handles(String) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
hashCode() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
 
hashCode() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
 
hasSuffix() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
Returns true if this pair has a property suffix (not null and not empty string), false otherwise.

I

inGroup(String, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
init(Properties) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
init(Properties) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
init(Properties) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
init(Map, Map) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Initialises the Property Set, specifically the keys and principal
init(Properties) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Initializes this provider.
init(Properties) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
isSettable(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
 
isSettable(String) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Determine whether the delegates will allow the property to be set.

L

list() - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
list() - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
list() - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
list() - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Returns List of names (Strings) of all Entities that can be accessed by this UserProvider.
list() - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
listGroupsContainingUser(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
listUsersInGroup(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
load(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
load(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
load(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
load(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Load Entity using the first delegate profile provider.
load(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
logger - Variable in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
logger - Variable in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
logger - Variable in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
logger - Variable in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 

P

parse(Properties) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser
Parses given properties and creates a list of PropertyParser.Result objects.
parseKey(String) - Method in class com.atlassian.crowd.integration.osuser.PropertyParser
Parses the property with a given name and returns pair containing the sort key and suffix if any found.
PrioritizedCompositePropertySet - Class in com.atlassian.crowd.integration.osuser
PrioritizedCompositePropertySet composes multiple PropertySets into a unified view of the underlying properties.
PROPERTY_NAME_KEY - Static variable in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
PROPERTY_NAME_KEY - Static variable in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
PropertyParser - Class in com.atlassian.crowd.integration.osuser
Parses properties and groups them based on a prefix.
PropertyParser(String) - Constructor for class com.atlassian.crowd.integration.osuser.PropertyParser
Creates a new instance of this class initialized with a given prefix
PropertyParser.Pair - Class in com.atlassian.crowd.integration.osuser
This class implements the holder for the property sort key and suffix.
PropertyParser.Pair(String, String) - Constructor for class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
Creates a new instance of this class.
PropertyParser.Result - Interface in com.atlassian.crowd.integration.osuser
This interface represents a result of parsing that contains a paresed class and a set of properties.
PropertyParser.ValueHolder - Class in com.atlassian.crowd.integration.osuser
This is a holder for a key-pair and the property value.
PropertyParser.ValueHolder(PropertyParser.Pair, String) - Constructor for class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
Constructs a new instance of this class with given key pair and the property value.

R

remove(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
remove(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
remove(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
remove(String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Removes a property if it is supported (isSettable()) and exists()
remove(String) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Remove Entity with given name using the first delegate profile provider.
remove(String) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Remove property with given key from all underlying property sets.It removes the property from all property sets.
remove(String) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
removeAttribute(SOAPPrincipal, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Removes the given attribute from the user.
removeFromGroup(String, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 

S

setEmail(String, SOAPPrincipal) - Method in class com.atlassian.crowd.integration.osuser.SOAPPrincipalHelper
 
setFullName(String, SOAPPrincipal) - Method in class com.atlassian.crowd.integration.osuser.SOAPPrincipalHelper
 
setImpl(int, String, Object) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
Allows the setting of properties, if they are 'settable', ie isSettable().
setImpl(int, String, Object) - Method in class com.atlassian.crowd.integration.osuser.PrioritizedCompositePropertySet
Copied from com.opensymphony.module.propertyset.aggregate.AggregatePropertySet and modified to perform the set operation on the highest property set.
setKeys(Map) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
 
setPrincipal(SOAPPrincipal) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
 
setProperty(String, String, SOAPPrincipal) - Method in class com.atlassian.crowd.integration.osuser.SOAPPrincipalHelper
 
setString(String, String) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
CWD-1190 - Replace an existing property rather than appending.
SOAPPrincipalHelper - Class in com.atlassian.crowd.integration.osuser
 
SOAPPrincipalHelper(Map) - Constructor for class com.atlassian.crowd.integration.osuser.SOAPPrincipalHelper
 
SOAPPrincipalHelper() - Constructor for class com.atlassian.crowd.integration.osuser.SOAPPrincipalHelper
 
ssoPropertySetName - Variable in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
ssoPropertySetName - Static variable in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
store(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.CrowdAccessProvider
 
store(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider
 
store(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.CrowdProfileProvider
 
store(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.DelegatingProfileProvider
Stores changes to Entity using the first delegate profile provider.
store(String, Entity.Accessor) - Method in class com.atlassian.crowd.integration.osuser.providers.ChainedProfileProvider
 
supportsType(int) - Method in class com.atlassian.crowd.integration.osuser.CrowdPropertySet
 

T

toString() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.Pair
 
toString() - Method in class com.atlassian.crowd.integration.osuser.PropertyParser.ValueHolder
 

A C D E F G H I L P R S T

Copyright © 2014 Atlassian. All Rights Reserved.