A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractCollectionResource<T extends Resource> - Class in com.stormpath.sdk.impl.resource
 
AbstractCollectionResource(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
AbstractCollectionResource(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
AbstractCollectionResource(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
AbstractDirectoryEntity - Class in com.stormpath.sdk.impl.directory
AbstractDirectoryEntity is an abstract representation for resources that depend on hang off of a Directory like Account or Group.
AbstractDirectoryEntity(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.directory.AbstractDirectoryEntity
 
AbstractDirectoryEntity(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.directory.AbstractDirectoryEntity
 
AbstractHttpMessage - Class in com.stormpath.sdk.impl.http.support
 
AbstractHttpMessage() - Constructor for class com.stormpath.sdk.impl.http.support.AbstractHttpMessage
 
AbstractInstanceResource - Class in com.stormpath.sdk.impl.resource
 
AbstractInstanceResource(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.resource.AbstractInstanceResource
 
AbstractInstanceResource(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.resource.AbstractInstanceResource
 
AbstractResource - Class in com.stormpath.sdk.impl.resource
 
AbstractResource(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.resource.AbstractResource
 
AbstractResource(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.resource.AbstractResource
 
accept(CreateApplicationRequestVisitor) - Method in class com.stormpath.sdk.impl.application.CreateApplicationAndDirectoryRequest
 
accept(CreateApplicationRequestVisitor) - Method in class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequest
 
accept(AccountStoreVisitor) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
accept(AccountStoreVisitor) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
add(String, String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Add the given, single header value under the given name.
add(Criterion) - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
add(Order) - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
add(K, V) - Method in interface com.stormpath.sdk.impl.util.MultiValueMap
Add the given single value to the current list of values for the given key.
addAccount(Account) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
addAccountStore(AccountStore) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
addGroup(Group) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
ALGORITHM - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
ALL - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.ALL.
and(Criterion) - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
APPLICATION_ATOM_XML - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_FORM_URLENCODED - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
APPLICATION_JSON - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_XHTML_XML - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XML - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
applyCustomDataUpdatesIfNecessary() - Method in class com.stormpath.sdk.impl.directory.AbstractDirectoryEntity
 
applyDefaultRequestHeaders(Request) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
ArrayProperty<T extends Resource> - Class in com.stormpath.sdk.impl.resource
 
ArrayProperty(String, Class<T>) - Constructor for class com.stormpath.sdk.impl.resource.ArrayProperty
 
asc(String) - Static method in class com.stormpath.sdk.impl.query.Order
Ascending order.
ascending() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
assertTti(Duration) - Static method in class com.stormpath.sdk.impl.cache.DefaultCache
 
assertTtl(Duration) - Static method in class com.stormpath.sdk.impl.cache.DefaultCache
 
authenticate(String, AuthenticationRequest) - Method in class com.stormpath.sdk.impl.authc.BasicAuthenticator
 
authenticate(Request, ApiKey) - Method in class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
authenticate(Request, ApiKey) - Method in class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
authenticate(Request, ApiKey) - Method in interface com.stormpath.sdk.impl.http.authc.RequestAuthenticator
Implementations of this operation will prepare the authentication information as expected by the Stormpath API server.
authenticate(Request, ApiKey) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
authenticate(Request, ApiKey, Date, String) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
authenticateAccount(AuthenticationRequest) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
AUTHENTICATION_SCHEME - Static variable in class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
AUTHENTICATION_SCHEME - Static variable in class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
AUTHENTICATION_SCHEME - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
AUTHORIZATION_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
AUTHORIZATION_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
AUTHORIZATION_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 

B

BackoffStrategy - Interface in com.stormpath.sdk.impl.http.support
 
Base64 - Class in com.stormpath.sdk.impl.util
 
Base64() - Constructor for class com.stormpath.sdk.impl.util.Base64
 
BasicAuthenticationRequestAuthenticator - Class in com.stormpath.sdk.impl.http.authc
BasicAuthenticationRequestAuthenticator() - Constructor for class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
BasicAuthenticator - Class in com.stormpath.sdk.impl.authc
 
BasicAuthenticator(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.authc.BasicAuthenticator
 
BasicLoginAttempt - Interface in com.stormpath.sdk.impl.authc
 
BasicRequestAuthenticator - Class in com.stormpath.sdk.impl.http.authc
BasicRequestAuthenticator() - Constructor for class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
BooleanProperty - Class in com.stormpath.sdk.impl.resource
 
BooleanProperty(String) - Constructor for class com.stormpath.sdk.impl.resource.BooleanProperty
 
build() - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequestBuilder
 
build() - Method in class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequestBuilder
 
build() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
build() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManagerBuilder
 
build() - Method in class com.stormpath.sdk.impl.group.DefaultCreateGroupRequestBuilder
 

C

CacheConfiguration - Interface in com.stormpath.sdk.impl.cache
Represents configuration settings for a particular Cache region.
CacheRegionNameResolver - Interface in com.stormpath.sdk.impl.ds
 
caches - Variable in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Retains all Cache objects maintained by this cache manager.
canonicalizeQueryString(Request) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
clear() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Removes all entries from this cache.
clear() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
clear() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
clear() - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
 
clear() - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
clone() - Method in class com.stormpath.sdk.impl.util.Duration
 
CollectionExpansion - Class in com.stormpath.sdk.impl.query
A collection-specific Expansion that adds pagination capabilities.
CollectionExpansion(String, int, int) - Constructor for class com.stormpath.sdk.impl.query.CollectionExpansion
 
CollectionReference<C extends CollectionResource<T>,T extends Resource> - Class in com.stormpath.sdk.impl.resource
 
CollectionReference(String, Class<C>, Class<T>) - Constructor for class com.stormpath.sdk.impl.resource.CollectionReference
 
com.stormpath.sdk.impl.account - package com.stormpath.sdk.impl.account
 
com.stormpath.sdk.impl.application - package com.stormpath.sdk.impl.application
 
com.stormpath.sdk.impl.authc - package com.stormpath.sdk.impl.authc
 
com.stormpath.sdk.impl.cache - package com.stormpath.sdk.impl.cache
 
com.stormpath.sdk.impl.directory - package com.stormpath.sdk.impl.directory
 
com.stormpath.sdk.impl.ds - package com.stormpath.sdk.impl.ds
 
com.stormpath.sdk.impl.error - package com.stormpath.sdk.impl.error
 
com.stormpath.sdk.impl.group - package com.stormpath.sdk.impl.group
 
com.stormpath.sdk.impl.http - package com.stormpath.sdk.impl.http
 
com.stormpath.sdk.impl.http.authc - package com.stormpath.sdk.impl.http.authc
 
com.stormpath.sdk.impl.http.support - package com.stormpath.sdk.impl.http.support
 
com.stormpath.sdk.impl.query - package com.stormpath.sdk.impl.query
 
com.stormpath.sdk.impl.resource - package com.stormpath.sdk.impl.resource
 
com.stormpath.sdk.impl.tenant - package com.stormpath.sdk.impl.tenant
 
com.stormpath.sdk.impl.util - package com.stormpath.sdk.impl.util
 
compareTo(MediaType) - Method in class com.stormpath.sdk.impl.http.MediaType
Compares this MediaType to another alphabetically.
compareTo(Duration) - Method in class com.stormpath.sdk.impl.util.Duration
 
configs - Variable in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Retains any region-specific configuration that might be used when creating Cache instances.
containsIgnoreCase(String) - Method in class com.stormpath.sdk.impl.query.DefaultStringExpressionFactory
Returns a new case-insensitive like expression reflecting the property and the specified value.
containsIgnoreCase(String) - Method in class com.stormpath.sdk.impl.resource.StringProperty
Returns a new case-insensitive like expression reflecting the property and the specified value.
containsKey(Object) - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
containsKey(Object) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
containsKey(Object) - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
 
containsKey(Object) - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
containsValue(Object) - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
containsValue(Object) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
containsValue(Object) - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
Content - Interface in com.stormpath.sdk.impl.http
 
convertKey(String) - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
create(String, T) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
create(String, T, Options) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
create(String, T, Class<? extends R>) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
create(String, T) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
create(String, T, Options) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
create(String, T, Class<? extends R>) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
create(Account, Group, InternalDataStore) - Static method in class com.stormpath.sdk.impl.group.DefaultGroupMembership
THIS IS NOT PART OF THE STORMPATH PUBLIC API.
create(AuthenticationScheme) - Method in class com.stormpath.sdk.impl.http.authc.DefaultRequestAuthenticatorFactory
Creates a RequestAuthenticator out of the given AuthenticationScheme.
create(AuthenticationScheme) - Method in interface com.stormpath.sdk.impl.http.authc.RequestAuthenticatorFactory
 
create(String) - Static method in class com.stormpath.sdk.impl.http.QueryString
 
createAccount(Account) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
createAccount(CreateAccountRequest) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
createAccount(Account) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
createAccount(Account, boolean) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
createAccount(CreateAccountRequest) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
createAccountStoreMapping(AccountStoreMapping) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
createApplication(Application) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
createApplication(CreateApplicationRequest) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
CreateApplicationAndDirectoryRequest - Class in com.stormpath.sdk.impl.application
 
CreateApplicationAndDirectoryRequest(Application, String) - Constructor for class com.stormpath.sdk.impl.application.CreateApplicationAndDirectoryRequest
 
CreateApplicationRequestVisitor - Interface in com.stormpath.sdk.impl.application
 
createCache(String) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Creates a new Cache instance associated with the specified name.
createDirectory() - Method in class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequestBuilder
 
createDirectory(Directory) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
createDirectoryNamed(String) - Method in class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequestBuilder
 
createGroup(Group) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
createGroup(CreateGroupRequest) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
createGroup(Group) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
createGroup(CreateGroupRequest) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
createPropertyDescriptorMap(Property...) - Static method in class com.stormpath.sdk.impl.resource.AbstractResource
 
createQueryString(String, DefaultCriteria) - Method in class com.stormpath.sdk.impl.http.QueryStringFactory
 
createQueryString(DefaultCriteria) - Method in class com.stormpath.sdk.impl.http.QueryStringFactory
 
createQueryString(String, DefaultOptions) - Method in class com.stormpath.sdk.impl.http.QueryStringFactory
 
createQueryString(DefaultOptions) - Method in class com.stormpath.sdk.impl.http.QueryStringFactory
 
createQueryString(Map<String, ?>) - Method in class com.stormpath.sdk.impl.http.QueryStringFactory
 
createReference(Map) - Method in class com.stormpath.sdk.impl.resource.ReferenceFactory
 
createReference(String, Map) - Method in class com.stormpath.sdk.impl.resource.ReferenceFactory
 
createReference(String, Resource) - Method in class com.stormpath.sdk.impl.resource.ReferenceFactory
 
criterionEntries - Variable in class com.stormpath.sdk.impl.query.DefaultCriteria
 
currentOrderIndex - Variable in class com.stormpath.sdk.impl.query.DefaultCriteria
 
CUSTOM_DATA - Static variable in class com.stormpath.sdk.impl.directory.AbstractDirectoryEntity
 

D

DATE_FORMAT - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
DateProperty - Class in com.stormpath.sdk.impl.resource
 
DateProperty(String) - Constructor for class com.stormpath.sdk.impl.resource.DateProperty
 
decode(char[]) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded byte array.
decode(byte[], int, int) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded String.
decodeFast(char[]) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - Static method in class com.stormpath.sdk.impl.util.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
DEFAULT_API_VERSION - Static variable in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
DEFAULT_ENCODING - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
DEFAULT_SERVER_HOST - Static variable in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
DefaultAccount - Class in com.stormpath.sdk.impl.account
 
DefaultAccount(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.account.DefaultAccount
 
DefaultAccount(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.account.DefaultAccount
 
DefaultAccountCriteria - Class in com.stormpath.sdk.impl.account
 
DefaultAccountCriteria() - Constructor for class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
DefaultAccountList - Class in com.stormpath.sdk.impl.account
 
DefaultAccountList(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.account.DefaultAccountList
 
DefaultAccountList(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.account.DefaultAccountList
 
DefaultAccountList(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.account.DefaultAccountList
 
DefaultAccountOptions - Class in com.stormpath.sdk.impl.account
 
DefaultAccountOptions() - Constructor for class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
DefaultAccountStoreMapping - Class in com.stormpath.sdk.impl.application
 
DefaultAccountStoreMapping(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
DefaultAccountStoreMapping(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
DefaultAccountStoreMappingCriteria - Class in com.stormpath.sdk.impl.application
 
DefaultAccountStoreMappingCriteria() - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingCriteria
 
DefaultAccountStoreMappingList - Class in com.stormpath.sdk.impl.application
 
DefaultAccountStoreMappingList(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingList
 
DefaultAccountStoreMappingList(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingList
 
DefaultAccountStoreMappingList(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingList
 
DefaultAccountStoreMappingOptions - Class in com.stormpath.sdk.impl.application
 
DefaultAccountStoreMappingOptions() - Constructor for class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingOptions
 
DefaultApplication - Class in com.stormpath.sdk.impl.application
 
DefaultApplication(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.application.DefaultApplication
 
DefaultApplication(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.application.DefaultApplication
 
DefaultApplicationCriteria - Class in com.stormpath.sdk.impl.application
 
DefaultApplicationCriteria() - Constructor for class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
DefaultApplicationList - Class in com.stormpath.sdk.impl.application
 
DefaultApplicationList(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.application.DefaultApplicationList
 
DefaultApplicationList(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.application.DefaultApplicationList
 
DefaultApplicationList(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.application.DefaultApplicationList
 
DefaultApplicationOptions - Class in com.stormpath.sdk.impl.application
 
DefaultApplicationOptions() - Constructor for class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
DefaultAuthenticationResult - Class in com.stormpath.sdk.impl.authc
 
DefaultAuthenticationResult(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.authc.DefaultAuthenticationResult
 
DefaultAuthenticationResult(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.authc.DefaultAuthenticationResult
 
DefaultBasicLoginAttempt - Class in com.stormpath.sdk.impl.authc
 
DefaultBasicLoginAttempt(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
DefaultBasicLoginAttempt(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
DefaultCache<K,V> - Class in com.stormpath.sdk.impl.cache
A DefaultCache is a Cache implementation that uses a backing Map instance to store and retrieve cached data.
DefaultCache(String) - Constructor for class com.stormpath.sdk.impl.cache.DefaultCache
Creates a new DefaultCache instance with the specified name, expected to be unique among all other caches in the parent CacheManager.
DefaultCache(String, Map<K, DefaultCache.Entry<V>>) - Constructor for class com.stormpath.sdk.impl.cache.DefaultCache
Creates a new DefaultCache instance with the specified name, storing entries in the specified backingMap.
DefaultCache(String, Map<K, DefaultCache.Entry<V>>, Duration, Duration) - Constructor for class com.stormpath.sdk.impl.cache.DefaultCache
Creates a new DefaultCache instance with the specified name, storing entries in the specified backingMap, using the specified timeToLive and timeToIdle settings.
DefaultCache.Entry<V> - Class in com.stormpath.sdk.impl.cache
An Entry is a wrapper that encapsulates the actual value stored in the cache as well as creationTimeMillis and lastAccessTimeMillis metadata about the entry itself.
DefaultCache.Entry(V) - Constructor for class com.stormpath.sdk.impl.cache.DefaultCache.Entry
Creates a new Entry instance wrapping the specified value, defaulting both the creationTimeMillis and the lastAccessTimeMills to the current timestamp (i.e.
DefaultCacheConfiguration - Class in com.stormpath.sdk.impl.cache
 
DefaultCacheConfiguration(String, Duration, Duration) - Constructor for class com.stormpath.sdk.impl.cache.DefaultCacheConfiguration
 
DefaultCacheConfigurationBuilder - Class in com.stormpath.sdk.impl.cache
 
DefaultCacheConfigurationBuilder(String) - Constructor for class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
DefaultCacheKey - Class in com.stormpath.sdk.impl.ds
 
DefaultCacheKey(String, QueryString) - Constructor for class com.stormpath.sdk.impl.ds.DefaultCacheKey
 
DefaultCacheManager - Class in com.stormpath.sdk.impl.cache
Very simple default CacheManager implementation that retains all created Cache instances in an in-memory ConcurrentMap.
DefaultCacheManager() - Constructor for class com.stormpath.sdk.impl.cache.DefaultCacheManager
Default no-arg constructor that instantiates an internal name-to-cache ConcurrentMap.
DefaultCacheManagerBuilder - Class in com.stormpath.sdk.impl.cache
 
DefaultCacheManagerBuilder() - Constructor for class com.stormpath.sdk.impl.cache.DefaultCacheManagerBuilder
 
DefaultCacheRegionNameResolver - Class in com.stormpath.sdk.impl.ds
 
DefaultCacheRegionNameResolver() - Constructor for class com.stormpath.sdk.impl.ds.DefaultCacheRegionNameResolver
 
DefaultCreateAccountRequest - Class in com.stormpath.sdk.impl.account
 
DefaultCreateAccountRequest(Account, Boolean, AccountOptions) - Constructor for class com.stormpath.sdk.impl.account.DefaultCreateAccountRequest
 
DefaultCreateAccountRequestBuilder - Class in com.stormpath.sdk.impl.account
 
DefaultCreateAccountRequestBuilder(Account) - Constructor for class com.stormpath.sdk.impl.account.DefaultCreateAccountRequestBuilder
 
DefaultCreateApplicationRequest - Class in com.stormpath.sdk.impl.application
 
DefaultCreateApplicationRequest(Application) - Constructor for class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequest
 
DefaultCreateApplicationRequestBuilder - Class in com.stormpath.sdk.impl.application
 
DefaultCreateApplicationRequestBuilder(Application) - Constructor for class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequestBuilder
 
DefaultCreateGroupRequest - Class in com.stormpath.sdk.impl.group
 
DefaultCreateGroupRequest(Group, GroupOptions) - Constructor for class com.stormpath.sdk.impl.group.DefaultCreateGroupRequest
 
DefaultCreateGroupRequestBuilder - Class in com.stormpath.sdk.impl.group
 
DefaultCreateGroupRequestBuilder(Group) - Constructor for class com.stormpath.sdk.impl.group.DefaultCreateGroupRequestBuilder
 
DefaultCriteria<T extends Criteria<T>,O extends Options> - Class in com.stormpath.sdk.impl.query
 
DefaultCriteria(O) - Constructor for class com.stormpath.sdk.impl.query.DefaultCriteria
 
DefaultCustomData - Class in com.stormpath.sdk.impl.directory
 
DefaultCustomData(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.directory.DefaultCustomData
 
DefaultCustomData(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.directory.DefaultCustomData
 
DefaultDataStore - Class in com.stormpath.sdk.impl.ds
 
DefaultDataStore(RequestExecutor) - Constructor for class com.stormpath.sdk.impl.ds.DefaultDataStore
 
DefaultDataStore(RequestExecutor, int) - Constructor for class com.stormpath.sdk.impl.ds.DefaultDataStore
 
DefaultDataStore(RequestExecutor, String) - Constructor for class com.stormpath.sdk.impl.ds.DefaultDataStore
 
DefaultDirectory - Class in com.stormpath.sdk.impl.directory
 
DefaultDirectory(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectory
 
DefaultDirectory(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectory
 
DefaultDirectoryCriteria - Class in com.stormpath.sdk.impl.directory
 
DefaultDirectoryCriteria() - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
DefaultDirectoryList - Class in com.stormpath.sdk.impl.directory
 
DefaultDirectoryList(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectoryList
 
DefaultDirectoryList(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectoryList
 
DefaultDirectoryList(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectoryList
 
DefaultDirectoryOptions - Class in com.stormpath.sdk.impl.directory
 
DefaultDirectoryOptions() - Constructor for class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
DefaultEmailVerificationToken - Class in com.stormpath.sdk.impl.account
 
DefaultEmailVerificationToken(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.account.DefaultEmailVerificationToken
 
DefaultEmailVerificationToken(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.account.DefaultEmailVerificationToken
 
DefaultEqualsExpressionFactory - Class in com.stormpath.sdk.impl.query
 
DefaultEqualsExpressionFactory(String) - Constructor for class com.stormpath.sdk.impl.query.DefaultEqualsExpressionFactory
 
DefaultError - Class in com.stormpath.sdk.impl.error
 
DefaultError(Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.error.DefaultError
 
DefaultGroup - Class in com.stormpath.sdk.impl.group
 
DefaultGroup(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroup
 
DefaultGroup(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroup
 
DefaultGroupCriteria - Class in com.stormpath.sdk.impl.group
 
DefaultGroupCriteria() - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
DefaultGroupList - Class in com.stormpath.sdk.impl.group
 
DefaultGroupList(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupList
 
DefaultGroupList(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupList
 
DefaultGroupList(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupList
 
DefaultGroupMembership - Class in com.stormpath.sdk.impl.group
 
DefaultGroupMembership(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupMembership
 
DefaultGroupMembership(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupMembership
 
DefaultGroupMembershipList - Class in com.stormpath.sdk.impl.group
 
DefaultGroupMembershipList(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupMembershipList
 
DefaultGroupMembershipList(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupMembershipList
 
DefaultGroupMembershipList(InternalDataStore, Map<String, Object>, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupMembershipList
 
DefaultGroupOptions - Class in com.stormpath.sdk.impl.group
 
DefaultGroupOptions() - Constructor for class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
DefaultOptions<T extends Options> - Class in com.stormpath.sdk.impl.query
 
DefaultOptions() - Constructor for class com.stormpath.sdk.impl.query.DefaultOptions
 
DefaultPasswordResetToken - Class in com.stormpath.sdk.impl.account
 
DefaultPasswordResetToken(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.account.DefaultPasswordResetToken
 
DefaultPasswordResetToken(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.account.DefaultPasswordResetToken
 
DefaultRequest - Class in com.stormpath.sdk.impl.http.support
 
DefaultRequest(HttpMethod, String) - Constructor for class com.stormpath.sdk.impl.http.support.DefaultRequest
 
DefaultRequest(HttpMethod, String, QueryString) - Constructor for class com.stormpath.sdk.impl.http.support.DefaultRequest
 
DefaultRequest(HttpMethod, String, QueryString, HttpHeaders, InputStream, long) - Constructor for class com.stormpath.sdk.impl.http.support.DefaultRequest
 
DefaultRequestAuthenticatorFactory - Class in com.stormpath.sdk.impl.http.authc
This default factory is responsible of creating a RequestAuthenticator out of a given AuthenticationScheme
DefaultRequestAuthenticatorFactory() - Constructor for class com.stormpath.sdk.impl.http.authc.DefaultRequestAuthenticatorFactory
 
DefaultResourceFactory - Class in com.stormpath.sdk.impl.ds
 
DefaultResourceFactory(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.ds.DefaultResourceFactory
 
DefaultResponse - Class in com.stormpath.sdk.impl.http.support
 
DefaultResponse(int, MediaType, InputStream, long) - Constructor for class com.stormpath.sdk.impl.http.support.DefaultResponse
 
DefaultStringExpressionFactory - Class in com.stormpath.sdk.impl.query
 
DefaultStringExpressionFactory(String) - Constructor for class com.stormpath.sdk.impl.query.DefaultStringExpressionFactory
 
DefaultTenant - Class in com.stormpath.sdk.impl.tenant
 
DefaultTenant(InternalDataStore) - Constructor for class com.stormpath.sdk.impl.tenant.DefaultTenant
 
DefaultTenant(InternalDataStore, Map<String, Object>) - Constructor for class com.stormpath.sdk.impl.tenant.DefaultTenant
 
DefaultTenantOptions - Class in com.stormpath.sdk.impl.tenant
 
DefaultTenantOptions() - Constructor for class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
delete() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
delete() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
delete() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
delete() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
delete() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
delete(T) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
delete(T) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
delete() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
delete() - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembership
 
deletedPropertyNames - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
deleteRemovedProperties() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
deleteResourceProperty(T, String) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
deleteResourceProperty(T, String) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
desc(String) - Static method in class com.stormpath.sdk.impl.query.Order
Descending order.
descending() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
dirty - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
dirtyProperties - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
DisabledCache<K,V> - Class in com.stormpath.sdk.impl.cache
A disabled implementation that does nothing.
DisabledCache() - Constructor for class com.stormpath.sdk.impl.cache.DisabledCache
 
DisabledCacheManager - Class in com.stormpath.sdk.impl.cache
A disabled implementation that does nothing.
DisabledCacheManager() - Constructor for class com.stormpath.sdk.impl.cache.DisabledCacheManager
 
Duration - Class in com.stormpath.sdk.impl.util
A duration is a scalar value paired with a unit of time.
Duration(long, TimeUnit) - Constructor for class com.stormpath.sdk.impl.util.Duration
 

E

encodeToByte(byte[], boolean) - Static method in class com.stormpath.sdk.impl.util.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToByte(byte[], int, int, boolean) - Static method in class com.stormpath.sdk.impl.util.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class com.stormpath.sdk.impl.util.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class com.stormpath.sdk.impl.util.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encodeUrl(String, boolean, boolean) - Static method in class com.stormpath.sdk.impl.util.RequestUtils
 
endsWithIgnoreCase(String) - Method in class com.stormpath.sdk.impl.query.DefaultStringExpressionFactory
a new case-insensitive like expression reflecting that the specified value should be at the end of the corresponding property value.
endsWithIgnoreCase(String) - Method in class com.stormpath.sdk.impl.resource.StringProperty
a new case-insensitive like expression reflecting that the specified value should be at the end of the corresponding property value.
ensureFullyQualified(String) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
entrySet() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
entrySet() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
entrySet() - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
eq(Object) - Method in class com.stormpath.sdk.impl.query.DefaultEqualsExpressionFactory
Returns a new equals expression reflecting the property name and the specified value.
eq(Object) - Method in class com.stormpath.sdk.impl.resource.NonStringProperty
Returns a new equals expression reflecting the property name and the specified value.
eqIgnoreCase(String) - Method in class com.stormpath.sdk.impl.query.DefaultStringExpressionFactory
Returns a new case-insensitive equals expression reflecting the specified value.
eqIgnoreCase(String) - Method in class com.stormpath.sdk.impl.resource.StringProperty
Returns a new case-insensitive equals expression reflecting the property and the specified value.
equals(Object) - Method in class com.stormpath.sdk.impl.ds.DefaultCacheKey
 
equals(Object) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
equals(Object) - Method in class com.stormpath.sdk.impl.http.MediaType
 
equals(Object) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
equals(Object) - Method in class com.stormpath.sdk.impl.util.Duration
 
executeRequest(Request) - Method in interface com.stormpath.sdk.impl.http.RequestExecutor
 
expand(ResourceReference) - Method in class com.stormpath.sdk.impl.query.DefaultOptions
 
expand(CollectionReference, int) - Method in class com.stormpath.sdk.impl.query.DefaultOptions
 
expand(CollectionReference, int, int) - Method in class com.stormpath.sdk.impl.query.DefaultOptions
 
Expandable - Interface in com.stormpath.sdk.impl.query
 
Expansion - Class in com.stormpath.sdk.impl.query
An expansion represents a request to materialize a referenced resource within the requested resource itself.
Expansion(String) - Constructor for class com.stormpath.sdk.impl.query.Expansion
 
expansions - Variable in class com.stormpath.sdk.impl.query.DefaultOptions
 

F

fromName(String) - Static method in enum com.stormpath.sdk.impl.http.HttpMethod
 

G

get(K) - Method in class com.stormpath.sdk.impl.cache.DefaultCache
 
get(K) - Method in class com.stormpath.sdk.impl.cache.DisabledCache
This implementation does not do anything and always returns null.
get(Object) - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
get(Object) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
get(Object) - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
 
get(Object) - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
getAccept() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the list of acceptable media types, as specified by the Accept header.
getAcceptCharset() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the list of acceptable charsets, as specified by the Accept-Charset header.
getAccessCount() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the number of attempts to return a cache entry.
getAccount() - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequest
 
getAccount() - Method in class com.stormpath.sdk.impl.account.DefaultPasswordResetToken
 
getAccount() - Method in class com.stormpath.sdk.impl.authc.DefaultAuthenticationResult
 
getAccount() - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembership
 
getAccountMemberships() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getAccountOptions() - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequest
 
getAccounts() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getAccounts(Map<String, Object>) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getAccounts(AccountCriteria) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getAccounts() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getAccounts(Map<String, Object>) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getAccounts(AccountCriteria) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getAccounts() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getAccounts(Map<String, Object>) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getAccounts(AccountCriteria) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getAccountStore() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
getAccountStoreMappings() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getAccountStoreMappings(Map<String, Object>) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getAccountStoreMappings(AccountStoreMappingCriteria) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getAllow() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the set of allowed HTTP methods, as specified by the Allow header.
getApplication() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
getApplication() - Method in class com.stormpath.sdk.impl.application.DefaultCreateApplicationRequest
 
getApplications() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getApplications(Map<String, Object>) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getApplications(ApplicationCriteria) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getBody() - Method in interface com.stormpath.sdk.impl.http.HttpMessage
 
getBody() - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
getBody() - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
getBoolean(BooleanProperty) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getBooleanProperty(String) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
Returns an actual boolean value instead of a possible null Boolean value since desired usage is to have either a true or false.
getCache(String) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Returns the cache with the specified name.
getCache(String) - Method in class com.stormpath.sdk.impl.cache.DisabledCacheManager
Always returns a DisabledCache instance to ensure non-null guarantees.
getCacheControl() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the value of the Cache-Control header.
getCacheRegionName(Class<T>) - Method in interface com.stormpath.sdk.impl.ds.CacheRegionNameResolver
 
getCacheRegionName(Class<T>) - Method in class com.stormpath.sdk.impl.ds.DefaultCacheRegionNameResolver
 
getCharSet() - Method in class com.stormpath.sdk.impl.http.MediaType
Return the character set, as indicated by a charset parameter, if any.
getClientVersion() - Static method in class com.stormpath.sdk.impl.http.support.Version
 
getCode() - Method in class com.stormpath.sdk.impl.error.DefaultError
 
getContentLength() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the length of the body in bytes, as specified by the Content-Length header.
getContentType() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the media type of the body, as specified by the Content-Type header.
getCreatedAt() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
getCreationTimeMillis() - Method in class com.stormpath.sdk.impl.cache.DefaultCache.Entry
Returns the creation time in millis since Epoch when this Entry instance was created.
getCriterionEntries() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
getCurrentPage() - Method in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
getCustomData() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getCustomData() - Method in class com.stormpath.sdk.impl.directory.AbstractDirectoryEntity
 
getCustomData() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getDataStore() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getDate() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the date and time at which the message was created, as specified by the Date header.
getDateProperty(DateProperty) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getDefaultAccountStore() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getDefaultGroupStore() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getDefaultTimeToIdle() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Returns the default timeToIdle duration to apply to newly created DefaultCache instances.
getDefaultTimeToLive() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Returns the default timeToLive duration to apply to newly created DefaultCache instances.
getDelayMillis(int) - Method in interface com.stormpath.sdk.impl.http.support.BackoffStrategy
 
getDeletedPropertyNames() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getDescription() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getDescription() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getDescription() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getDeveloperMessage() - Method in class com.stormpath.sdk.impl.error.DefaultError
 
getDirectories() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getDirectories(Map<String, Object>) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getDirectories(DirectoryCriteria) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getDirectory() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getDirectory() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getDirectoryName() - Method in class com.stormpath.sdk.impl.application.CreateApplicationAndDirectoryRequest
 
getEmail() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getEmail() - Method in class com.stormpath.sdk.impl.account.DefaultPasswordResetToken
 
getEmailVerificationToken() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getETag() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the entity tag of the body, as specified by the ETag header.
getExpansions() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
getExpansions() - Method in class com.stormpath.sdk.impl.query.DefaultOptions
 
getExpansions() - Method in interface com.stormpath.sdk.impl.query.Expandable
 
getExpires() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the date and time at which the message is no longer valid, as specified by the Expires header.
getFirst(String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the first header value for the given header name, if any.
getFirst(K) - Method in interface com.stormpath.sdk.impl.util.MultiValueMap
Return the first value for the given key.
getFullName() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getGivenName() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getGroup() - Method in class com.stormpath.sdk.impl.group.DefaultCreateGroupRequest
 
getGroup() - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembership
 
getGroupMemberships() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getGroupOptions() - Method in class com.stormpath.sdk.impl.group.DefaultCreateGroupRequest
 
getGroups() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getGroups(Map<String, Object>) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getGroups(GroupCriteria) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getGroups() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getGroups(Map<String, Object>) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getGroups(GroupCriteria) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getGroups() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getGroups(Map<String, Object>) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getGroups(GroupCriteria) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getHeaders() - Method in interface com.stormpath.sdk.impl.http.HttpMessage
 
getHeaders() - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
getHeaders() - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
getHitCount() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the total number of times an access attempt successfully returned a cache entry.
getHitRatio() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the ratio of hitCount to accessCount.
getHref() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getHrefWithoutQuery() - Method in class com.stormpath.sdk.impl.ds.SanitizedQuery
 
getHttpStatus() - Method in interface com.stormpath.sdk.impl.http.Response
 
getHttpStatus() - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
getIfNoneMatch() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the value of the If-None-Match header.
getIfNotModifiedSince() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the value of the IfModifiedSince header.
getInputStream() - Method in interface com.stormpath.sdk.impl.http.Content
 
getInstanceType() - Method in class com.stormpath.sdk.impl.resource.CollectionReference
 
getInt(IntegerProperty) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getIntProperty(String) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getItems() - Method in interface com.stormpath.sdk.impl.resource.Page
 
getItemType() - Method in class com.stormpath.sdk.impl.account.DefaultAccountList
 
getItemType() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingList
 
getItemType() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationList
 
getItemType() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryList
 
getItemType() - Method in class com.stormpath.sdk.impl.group.DefaultGroupList
 
getItemType() - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembershipList
 
getItemType() - Method in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
getKey() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getLastAccessTimeMillis() - Method in class com.stormpath.sdk.impl.cache.DefaultCache.Entry
Returns the time in millis since Epoch when this Entry instance was last accessed.
getLastModified() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the time the resource was last changed, as specified by the Last-Modified header.
getLength() - Method in interface com.stormpath.sdk.impl.http.Content
 
getLimit() - Method in class com.stormpath.sdk.impl.query.CollectionExpansion
 
getLimit() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
getLimit() - Method in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
getLimit() - Method in interface com.stormpath.sdk.impl.resource.Page
 
getListIndex() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
getLocation() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Return the (new) location of a resource, as specified by the Location header.
getMatchLocation() - Method in class com.stormpath.sdk.impl.query.LikeExpression
 
getMessage() - Method in class com.stormpath.sdk.impl.error.DefaultError
 
getMethod() - Method in interface com.stormpath.sdk.impl.http.Request
 
getMethod() - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
getMiddleName() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getMissCount() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the total number of times an access attempt did not return a cache entry.
getModifiedAt() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
getMoreInfo() - Method in class com.stormpath.sdk.impl.error.DefaultError
 
getName() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getName() - Method in interface com.stormpath.sdk.impl.cache.CacheConfiguration
Returns the name of the Cache for which this configuration applies.
getName() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns this cache instance's name.
getName() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfiguration
 
getName() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
getName() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getName() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getName() - Method in class com.stormpath.sdk.impl.query.Expansion
 
getName() - Method in class com.stormpath.sdk.impl.resource.Property
 
getName() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getObjectMapper() - Method in class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 
getOffset() - Method in class com.stormpath.sdk.impl.query.CollectionExpansion
 
getOffset() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
getOffset() - Method in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
getOffset() - Method in interface com.stormpath.sdk.impl.resource.Page
 
getOp() - Method in class com.stormpath.sdk.impl.query.SimpleExpression
 
getOptions() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
getOrderEntries() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
getParameter(String) - Method in class com.stormpath.sdk.impl.http.MediaType
Return a generic parameter value, given a parameter name.
getPragma() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns the value of the Pragma header.
getProperty(String) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.account.DefaultAccountList
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.account.DefaultEmailVerificationToken
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.account.DefaultPasswordResetToken
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingList
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationList
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.authc.DefaultAuthenticationResult
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryList
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.error.DefaultError
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.group.DefaultGroupList
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembership
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembershipList
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getPropertyDescriptors() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
getPropertyName() - Method in class com.stormpath.sdk.impl.query.Order
 
getPropertyName() - Method in class com.stormpath.sdk.impl.query.SimpleExpression
 
getPropertyNames() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getQualityValue() - Method in class com.stormpath.sdk.impl.http.MediaType
Return the quality value, as indicated by a q parameter, if any.
getQuery() - Method in class com.stormpath.sdk.impl.ds.SanitizedQuery
 
getQueryString() - Method in interface com.stormpath.sdk.impl.http.Request
 
getQueryString() - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
getRequestPayload(Request) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
getRequestPayloadWithoutQueryParams(Request) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
getResource(String, Class<T>) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
getResource(String, Class<T>, Map<String, Object>) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
getResource(String, Class<T>, Criteria) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
getResource(String, Class<T>, Map<String, Object>) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
getResource(String, Class<T>, Criteria) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
getResourceProperty(ResourceReference<T>) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getResourceUrl() - Method in interface com.stormpath.sdk.impl.http.Request
Returns the request target resource's Uniform Resource Locator location without a query string.
getResourceUrl() - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
getStatus() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getStatus() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getStatus() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getStatus() - Method in class com.stormpath.sdk.impl.error.DefaultError
 
getStatus() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getString(StringProperty) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getStringProperty(String) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getSubtype() - Method in class com.stormpath.sdk.impl.http.MediaType
Return the subtype.
getSurname() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getSymbol() - Method in enum com.stormpath.sdk.impl.query.Operator
 
getTenant() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getTenant() - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
getTenant() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
getTenant() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
getTimeToIdle() - Method in interface com.stormpath.sdk.impl.cache.CacheConfiguration
Returns the Time-to-Idle setting to apply for all entries in the associated Cache.
getTimeToIdle() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the amount of time a cache entry may be idle - unused (not accessed) - before it will expire and no longer be available.
getTimeToIdle() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfiguration
 
getTimeToIdle() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
getTimeToLive() - Method in interface com.stormpath.sdk.impl.cache.CacheConfiguration
Returns the Time-to-Live setting to apply for all entries in the associated Cache.
getTimeToLive() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the amount of time a cache entry may exist after first being created before it will expire and no longer be available.
getTimeToLive() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfiguration
 
getTimeToLive() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
getTimeUnit() - Method in class com.stormpath.sdk.impl.util.Duration
 
getType() - Method in class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
getType() - Method in interface com.stormpath.sdk.impl.authc.LoginAttempt
 
getType() - Method in class com.stormpath.sdk.impl.http.MediaType
Return the primary type.
getType() - Method in class com.stormpath.sdk.impl.resource.Property
 
getUpdatedPropertyNames() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
getUsername() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
getValue() - Method in interface com.stormpath.sdk.impl.authc.BasicLoginAttempt
 
getValue() - Method in class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
getValue() - Method in class com.stormpath.sdk.impl.cache.DefaultCache.Entry
Returns the actual value stored in the cache.
getValue() - Method in enum com.stormpath.sdk.impl.query.Pagination
 
getValue() - Method in class com.stormpath.sdk.impl.query.SimpleExpression
 
getValue() - Method in class com.stormpath.sdk.impl.util.Duration
 

H

hasBody() - Method in interface com.stormpath.sdk.impl.http.HttpMessage
 
hasBody() - Method in class com.stormpath.sdk.impl.http.support.AbstractHttpMessage
 
hash(String) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
hashCode() - Method in class com.stormpath.sdk.impl.ds.DefaultCacheKey
 
hashCode() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
hashCode() - Method in class com.stormpath.sdk.impl.http.MediaType
 
hashCode() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
hashCode() - Method in class com.stormpath.sdk.impl.util.Duration
 
hasNewProperties() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
hasRemovedProperties() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
HOST_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
HREF_PROP_NAME - Static variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
HttpHeaders - Class in com.stormpath.sdk.impl.http
 
HttpHeaders() - Constructor for class com.stormpath.sdk.impl.http.HttpHeaders
Constructs a new, empty instance of the HttpHeaders object.
HttpMessage - Interface in com.stormpath.sdk.impl.http
 
HttpMethod - Enum in com.stormpath.sdk.impl.http
 

I

ID_TERMINATOR - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
IMAGE_GIF - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for image/gif.
IMAGE_GIF_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.IMAGE_GIF.
IMAGE_JPEG - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for image/jpeg.
IMAGE_JPEG_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.IMAGE_JPEG.
IMAGE_PNG - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for image/png.
IMAGE_PNG_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.IMAGE_PNG.
includes(MediaType) - Method in class com.stormpath.sdk.impl.http.MediaType
Indicate whether this MediaType includes the given media type.
instantiate(Class<T>) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
instantiate(Class<T>, Map<String, Object>) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
instantiate(Class<T>, Object...) - Method in class com.stormpath.sdk.impl.ds.DefaultResourceFactory
 
instantiate(Class<T>, Map<String, Object>) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
instantiate(Class<T>, Object...) - Method in interface com.stormpath.sdk.impl.ds.ResourceFactory
 
IntegerProperty - Class in com.stormpath.sdk.impl.resource
 
IntegerProperty(String) - Constructor for class com.stormpath.sdk.impl.resource.IntegerProperty
 
InternalDataStore - Interface in com.stormpath.sdk.impl.ds
Internal DataStore used for implementation purposes only.
isAccountOptionsSpecified() - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequest
 
isAscending() - Method in class com.stormpath.sdk.impl.query.Order
 
isCachingEnabled() - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
isClientError() - Method in interface com.stormpath.sdk.impl.http.Response
 
isClientError() - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
isCompatibleWith(MediaType) - Method in class com.stormpath.sdk.impl.http.MediaType
Indicate whether this MediaType is compatible with the given media type.
isConcrete() - Method in class com.stormpath.sdk.impl.http.MediaType
Indicates whether this media type is concrete, i.e.
isDefaultAccountStore() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
isDefaultGroupStore() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
isDefaultPort(URI) - Static method in class com.stormpath.sdk.impl.util.RequestUtils
Returns true if the specified URI uses a standard port (i.e.
isDirty() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
Returns true if the resource's properties have been modified in anyway since the resource instance was created.
isEmpty() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
isEmpty() - Method in interface com.stormpath.sdk.impl.http.Content
 
isEmpty() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
isEmpty() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
isEmpty() - Method in class com.stormpath.sdk.impl.query.DefaultOptions
 
isEmpty() - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
isEquivalentTo(Duration) - Method in class com.stormpath.sdk.impl.util.Duration
 
isError() - Method in interface com.stormpath.sdk.impl.http.Response
 
isError() - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
isFullyQualified(String) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
isGreaterThan(Duration) - Method in class com.stormpath.sdk.impl.util.Duration
 
isGroupOptionsSpecified() - Method in class com.stormpath.sdk.impl.group.DefaultCreateGroupRequest
 
isLessThan(Duration) - Method in class com.stormpath.sdk.impl.util.Duration
 
isMaterialized() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
isMemberOfGroup(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
isNew() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
Returns true if the resource doesn't yet have an assigned 'href' property, false otherwise.
isPrettyPrint() - Method in class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 
isPrintableProperty(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
isPrintableProperty(String) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
Returns true if the internal property is safe to print in toString(), false otherwise.
isRegistrationWorkflowEnabled() - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequest
 
isRegistrationWorkflowOptionSpecified() - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequest
 
isServerError() - Method in interface com.stormpath.sdk.impl.http.Response
 
isServerError() - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
isWildcardSubtype() - Method in class com.stormpath.sdk.impl.http.MediaType
Indicates whether the subtype is the wildcard character * or not.
isWildcardType() - Method in class com.stormpath.sdk.impl.http.MediaType
Indicates whether the type is the wildcard character * or not.
ITEMS_PROPERTY_NAME - Static variable in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
iterator() - Method in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 

J

JacksonMapMarshaller - Class in com.stormpath.sdk.impl.ds
 
JacksonMapMarshaller() - Constructor for class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 

K

keySet() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
keySet() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
keySet() - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 

L

LikeExpression - Class in com.stormpath.sdk.impl.query
 
LikeExpression(String, Object) - Constructor for class com.stormpath.sdk.impl.query.LikeExpression
 
LikeExpression(String, Object, MatchLocation) - Constructor for class com.stormpath.sdk.impl.query.LikeExpression
 
limit - Variable in class com.stormpath.sdk.impl.query.DefaultCriteria
 
LIMIT - Static variable in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
limitTo(int) - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
LinkedCaseInsensitiveMap<V> - Class in com.stormpath.sdk.impl.util
 
LinkedCaseInsensitiveMap() - Constructor for class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap for the default Locale.
LinkedCaseInsensitiveMap(Locale) - Constructor for class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores lower-case keys according to the given Locale.
LinkedCaseInsensitiveMap(int) - Constructor for class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the default Locale.
LinkedCaseInsensitiveMap(int, Locale) - Constructor for class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the given Locale.
LoginAttempt - Interface in com.stormpath.sdk.impl.authc
 

M

MacAlgorithm - Enum in com.stormpath.sdk.impl.http.authc
 
MapMarshaller - Interface in com.stormpath.sdk.impl.ds
 
marshal(Map) - Method in class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 
marshal(Map) - Method in interface com.stormpath.sdk.impl.ds.MapMarshaller
 
MarshalingException - Exception in com.stormpath.sdk.impl.ds
 
MarshalingException(String) - Constructor for exception com.stormpath.sdk.impl.ds.MarshalingException
 
MarshalingException(Throwable) - Constructor for exception com.stormpath.sdk.impl.ds.MarshalingException
 
MarshalingException(String, Throwable) - Constructor for exception com.stormpath.sdk.impl.ds.MarshalingException
 
MatchLocation - Enum in com.stormpath.sdk.impl.query
 
materialize() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
MediaType - Class in com.stormpath.sdk.impl.http
 
MediaType(String) - Constructor for class com.stormpath.sdk.impl.http.MediaType
Create a new MediaType for the given primary type.
MediaType(String, String) - Constructor for class com.stormpath.sdk.impl.http.MediaType
Create a new MediaType for the given primary type and subtype.
MediaType(String, String, Charset) - Constructor for class com.stormpath.sdk.impl.http.MediaType
Create a new MediaType for the given type, subtype, and character set.
MediaType(String, String, double) - Constructor for class com.stormpath.sdk.impl.http.MediaType
Create a new MediaType for the given type, subtype, and quality value.
MediaType(MediaType, Map<String, String>) - Constructor for class com.stormpath.sdk.impl.http.MediaType
Copy-constructor that copies the type and subtype of the given MediaType, and allows for different parameter.
MediaType(String, String, Map<String, String>) - Constructor for class com.stormpath.sdk.impl.http.MediaType
Create a new MediaType for the given type, subtype, and parameters.
MULTIPART_FORM_DATA - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for multipart/form-data.
MULTIPART_FORM_DATA_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.MULTIPART_FORM_DATA.
MultiValueMap<K,V> - Interface in com.stormpath.sdk.impl.util
Extension of the Map interface that stores multiple values.

N

name - Variable in class com.stormpath.sdk.impl.resource.Property
 
NonStringProperty<T> - Class in com.stormpath.sdk.impl.resource
 
NonStringProperty(String, Class<T>) - Constructor for class com.stormpath.sdk.impl.resource.NonStringProperty
 

O

offset - Variable in class com.stormpath.sdk.impl.query.DefaultCriteria
 
OFFSET - Static variable in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
offsetBy(int) - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
Operator - Enum in com.stormpath.sdk.impl.query
 
options - Variable in class com.stormpath.sdk.impl.query.DefaultCriteria
 
Order - Class in com.stormpath.sdk.impl.query
 
Order(String, boolean) - Constructor for class com.stormpath.sdk.impl.query.Order
 
orderBy(Property) - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
orderByDescription() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
orderByDescription() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
orderByDescription() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
orderByEmail() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
orderByGivenName() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
orderByListIndex() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingCriteria
 
orderByMiddleName() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
orderByName() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
orderByName() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
orderByName() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
orderByStatus() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
orderByStatus() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
orderByStatus() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
orderByStatus() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
orderBySurname() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
orderByUsername() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
orderEntries - Variable in class com.stormpath.sdk.impl.query.DefaultCriteria
 

P

Page<T> - Interface in com.stormpath.sdk.impl.resource
 
Pagination - Enum in com.stormpath.sdk.impl.query
 
parseMediaType(String) - Static method in class com.stormpath.sdk.impl.http.MediaType
Parse the given String into a single MediaType.
parseMediaTypes(String) - Static method in class com.stormpath.sdk.impl.http.MediaType
Parse the given, comma-separated string into a list of MediaType objects.
PASSWORD - Static variable in class com.stormpath.sdk.impl.account.DefaultAccount
 
PasswordResetTokenList - Interface in com.stormpath.sdk.impl.application
 
properties - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
Property<T> - Class in com.stormpath.sdk.impl.resource
 
Property(String, Class<T>) - Constructor for class com.stormpath.sdk.impl.resource.Property
 
put(K, V) - Method in class com.stormpath.sdk.impl.cache.DefaultCache
 
put(K, V) - Method in class com.stormpath.sdk.impl.cache.DisabledCache
This implementation does not do anything (no caching) and always returns null.
put(String, Object) - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
put(String, List<String>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
put(String, V) - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
 
put(K, V) - Method in class com.stormpath.sdk.impl.util.SoftHashMap
Creates a new entry, but wraps the value in a SoftValue instance to enable auto garbage collection.
putAll(Map<? extends String, ?>) - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
putAll(Map<? extends String, ? extends V>) - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 

Q

qualify(String) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
QUALITY_VALUE_COMPARATOR - Static variable in class com.stormpath.sdk.impl.http.MediaType
QuerySanitizer - Class in com.stormpath.sdk.impl.ds
 
QuerySanitizer() - Constructor for class com.stormpath.sdk.impl.ds.QuerySanitizer
 
QueryString - Class in com.stormpath.sdk.impl.http
 
QueryString() - Constructor for class com.stormpath.sdk.impl.http.QueryString
 
QueryString(Map<String, ?>) - Constructor for class com.stormpath.sdk.impl.http.QueryString
 
QueryStringFactory - Class in com.stormpath.sdk.impl.http
 
QueryStringFactory() - Constructor for class com.stormpath.sdk.impl.http.QueryStringFactory
 

R

readLock - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
readOnlyHttpHeaders(HttpHeaders) - Static method in class com.stormpath.sdk.impl.http.HttpHeaders
Returns HttpHeaders object that can only be read, not written to.
referenceFactory - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
ReferenceFactory - Class in com.stormpath.sdk.impl.resource
 
ReferenceFactory() - Constructor for class com.stormpath.sdk.impl.resource.ReferenceFactory
 
remove(K) - Method in class com.stormpath.sdk.impl.cache.DefaultCache
 
remove(K) - Method in class com.stormpath.sdk.impl.cache.DisabledCache
This implementation does not do anything (no caching) and always returns null.
remove(Object) - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
remove(Object) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
remove(Object) - Method in class com.stormpath.sdk.impl.util.LinkedCaseInsensitiveMap
 
remove(Object) - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
Request - Interface in com.stormpath.sdk.impl.http
 
RequestAuthenticationException - Exception in com.stormpath.sdk.impl.http.support
 
RequestAuthenticationException(String) - Constructor for exception com.stormpath.sdk.impl.http.support.RequestAuthenticationException
 
RequestAuthenticationException(Throwable) - Constructor for exception com.stormpath.sdk.impl.http.support.RequestAuthenticationException
 
RequestAuthenticationException(String, Throwable) - Constructor for exception com.stormpath.sdk.impl.http.support.RequestAuthenticationException
 
RequestAuthenticator - Interface in com.stormpath.sdk.impl.http.authc
Interface to be implemented by HTTP authentication schemes.
RequestAuthenticatorFactory - Interface in com.stormpath.sdk.impl.http.authc
Factory interface to create RequestAuthenticators out of AuthenticationSchemes.
RequestExecutor - Interface in com.stormpath.sdk.impl.http
 
RequestUtils - Class in com.stormpath.sdk.impl.util
 
RequestUtils() - Constructor for class com.stormpath.sdk.impl.util.RequestUtils
 
ResourceFactory - Interface in com.stormpath.sdk.impl.ds
 
ResourceReference<T extends Resource> - Class in com.stormpath.sdk.impl.resource
 
ResourceReference(String, Class<T>) - Constructor for class com.stormpath.sdk.impl.resource.ResourceReference
 
Response - Interface in com.stormpath.sdk.impl.http
 
RestException - Exception in com.stormpath.sdk.impl.http
 
RestException(String) - Constructor for exception com.stormpath.sdk.impl.http.RestException
 
RestException(Throwable) - Constructor for exception com.stormpath.sdk.impl.http.RestException
 
RestException(String, Throwable) - Constructor for exception com.stormpath.sdk.impl.http.RestException
 

S

sanitize(String, Map<String, Object>) - Static method in class com.stormpath.sdk.impl.ds.QuerySanitizer
 
SanitizedQuery - Class in com.stormpath.sdk.impl.ds
 
SanitizedQuery(String, QueryString) - Constructor for class com.stormpath.sdk.impl.ds.SanitizedQuery
 
SAUTHC1_ID - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
SAUTHC1_SIGNATURE - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
SAUTHC1_SIGNED_HEADERS - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
SAuthc1RequestAuthenticator - Class in com.stormpath.sdk.impl.http.authc
 
SAuthc1RequestAuthenticator() - Constructor for class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
save() - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
save() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
save(T) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
save(T, Options) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
save(T, Class<? extends R>) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
save(T) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
save(T, Options) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
save(T, Class<? extends R>) - Method in interface com.stormpath.sdk.impl.ds.InternalDataStore
 
save() - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
save() - Method in class com.stormpath.sdk.impl.resource.AbstractInstanceResource
 
saveWithResponseOptions(AccountOptions) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
saveWithResponseOptions(GroupOptions) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
sendPasswordResetEmail(String) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
set(String, String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the given, single header value under the given name.
set(K, V) - Method in interface com.stormpath.sdk.impl.util.MultiValueMap
Set the given single value under the given key.
setAccept(List<MediaType>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the list of acceptable media types, as specified by the Accept header.
setAcceptCharset(List<Charset>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the list of acceptable charsets, as specified by the Accept-Charset header.
setAccountStore(AccountStore) - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
setAll(Map<String, String>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
setAll(Map<K, V>) - Method in interface com.stormpath.sdk.impl.util.MultiValueMap
Set the given values under.
setAllow(Set<HttpMethod>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the set of allowed HTTP methods, as specified by the Allow header.
setApplication(Application) - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
setBody(InputStream, long) - Method in interface com.stormpath.sdk.impl.http.Request
 
setBody(InputStream, long) - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
setCacheConfigurations(Collection<CacheConfiguration>) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Sets cache-specific configuration entries, to be utilized when creating cache instances.
setCacheControl(String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) value of the Cache-Control header.
setCacheManager(CacheManager) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
setCacheRegionNameResolver(CacheRegionNameResolver) - Method in class com.stormpath.sdk.impl.ds.DefaultDataStore
 
setContentDispositionFormData(String, String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) value of the Content-Disposition header for form-data.
setContentLength(long) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
setContentType(MediaType) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the media type of the body, as specified by the Content-Type header.
setDate(long) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the date and time at which the message was created, as specified by the Date header.
setDefaultAccountStore(boolean) - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
setDefaultAccountStore(AccountStore) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
setDefaultGroupStore(boolean) - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
setDefaultGroupStore(AccountStore) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
setDefaultTimeToIdle(Duration) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Sets the default timeToIdle duration to apply to newly created DefaultCache instances.
setDefaultTimeToIdleSeconds(long) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Convenience method that sets the defaultTimeToIdle value using a TimeUnit of TimeUnit.SECONDS.
setDefaultTimeToLive(Duration) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Sets the default timeToLive duration to apply to newly created DefaultCache instances.
setDefaultTimeToLiveSeconds(long) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
Convenience method that sets the defaultTimeToLive value using a TimeUnit of TimeUnit.SECONDS.
setDescription(String) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
setDescription(String) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
setDescription(String) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
setEmail(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setEmail(String) - Method in class com.stormpath.sdk.impl.account.DefaultPasswordResetToken
 
setETag(String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) entity tag of the body, as specified by the ETag header.
setExpires(long) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the date and time at which the message is no longer valid, as specified by the Expires header.
setGivenName(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setHeaders(HttpHeaders) - Method in interface com.stormpath.sdk.impl.http.HttpMessage
 
setHeaders(HttpHeaders) - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
setHeaders(HttpHeaders) - Method in class com.stormpath.sdk.impl.http.support.DefaultResponse
 
setIfModifiedSince(long) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) value of the If-Modified-Since header.
setIfNoneMatch(String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) value of the If-None-Match header.
setIfNoneMatch(List<String>) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) values of the If-None-Match header.
setLastModified(long) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the time the resource was last changed, as specified by the Last-Modified header.
setListIndex(int) - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMapping
 
setLocation(URI) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Set the (new) location of a resource, as specified by the Location header.
setMiddleName(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setName(String) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
setName(String) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
setName(String) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
setObjectMapper(ObjectMapper) - Method in class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 
setPassword(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setPragma(String) - Method in class com.stormpath.sdk.impl.http.HttpHeaders
Sets the (new) value of the Pragma header.
setPrettyPrint(boolean) - Method in class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 
setProperties(Map<String, Object>) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
setProperty(Property, Object) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
setProperty(String, Object) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
setProperty(String, Object, boolean) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
setQueryString(QueryString) - Method in interface com.stormpath.sdk.impl.http.Request
 
setQueryString(QueryString) - Method in class com.stormpath.sdk.impl.http.support.DefaultRequest
 
setRegistrationWorkflowEnabled(boolean) - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequestBuilder
 
setResourceProperty(ResourceReference<T>, Resource) - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
setStatus(AccountStatus) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setStatus(ApplicationStatus) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
setStatus(DirectoryStatus) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectory
 
setStatus(GroupStatus) - Method in class com.stormpath.sdk.impl.group.DefaultGroup
 
setSurname(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setTimeToIdle(Duration) - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Sets the amount of time a cache entry may be idle - unused (not accessed) - before it will expire and no longer be available.
setTimeToLive(Duration) - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Sets the amount of time a cache entry may exist after first being created before it will expire and no longer be available.
setType(String) - Method in class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
setType(String) - Method in interface com.stormpath.sdk.impl.authc.LoginAttempt
 
setUsername(String) - Method in class com.stormpath.sdk.impl.account.DefaultAccount
 
setValue(String) - Method in interface com.stormpath.sdk.impl.authc.BasicLoginAttempt
 
setValue(String) - Method in class com.stormpath.sdk.impl.authc.DefaultBasicLoginAttempt
 
sign(String, byte[], MacAlgorithm) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
sign(byte[], byte[], MacAlgorithm) - Method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
SimpleExpression - Class in com.stormpath.sdk.impl.query
 
SimpleExpression(String, Object, Operator) - Constructor for class com.stormpath.sdk.impl.query.SimpleExpression
 
size() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
Returns the total number of cache entries currently available in this cache.
size() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
size() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
size() - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
SoftHashMap<K,V> - Class in com.stormpath.sdk.impl.util
A SoftHashMap is a memory-constrained map that stores its values in SoftReferences.
SoftHashMap() - Constructor for class com.stormpath.sdk.impl.util.SoftHashMap
Creates a new SoftHashMap with a default retention size size of DEFAULT_RETENTION_SIZE (100 entries).
SoftHashMap(int) - Constructor for class com.stormpath.sdk.impl.util.SoftHashMap
Creates a new SoftHashMap with the specified retention size.
SoftHashMap(Map<K, V>) - Constructor for class com.stormpath.sdk.impl.util.SoftHashMap
Creates a SoftHashMap backed by the specified source, with a default retention size of DEFAULT_RETENTION_SIZE (100 entries).
SoftHashMap(Map<K, V>, int) - Constructor for class com.stormpath.sdk.impl.util.SoftHashMap
Creates a SoftHashMap backed by the specified source, with the specified retention size.
sortByQualityValue(List<MediaType>) - Static method in class com.stormpath.sdk.impl.http.MediaType
Sorts the given list of MediaType objects by quality value.
sortBySpecificity(List<MediaType>) - Static method in class com.stormpath.sdk.impl.http.MediaType
Sorts the given list of MediaType objects by specificity.
SPECIFICITY_COMPARATOR - Static variable in class com.stormpath.sdk.impl.http.MediaType
startsWithIgnoreCase(String) - Method in class com.stormpath.sdk.impl.query.DefaultStringExpressionFactory
Returns a new case-insensitive like expression reflecting that the specified value should be at the beginning of the matching property value.
startsWithIgnoreCase(String) - Method in class com.stormpath.sdk.impl.resource.StringProperty
Returns a new case-insensitive like expression reflecting that the specified value should be at the beginning of the corresponding property value.
StatusProperty<T extends Enum> - Class in com.stormpath.sdk.impl.resource
 
StatusProperty(Class<T>) - Constructor for class com.stormpath.sdk.impl.resource.StatusProperty
 
STORMAPTH_DATE_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
STORMPATH_DATE_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
STORMPATH_DATE_HEADER - Static variable in class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
StringInputStream - Class in com.stormpath.sdk.impl.util
 
StringInputStream(String) - Constructor for class com.stormpath.sdk.impl.util.StringInputStream
 
StringProperty - Class in com.stormpath.sdk.impl.resource
 
StringProperty(String) - Constructor for class com.stormpath.sdk.impl.resource.StringProperty
 

T

TEXT_HTML - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for text/html.
TEXT_HTML_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_PLAIN - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_XML - Static variable in class com.stormpath.sdk.impl.http.MediaType
Public constant media type for text/xml.
TEXT_XML_VALUE - Static variable in class com.stormpath.sdk.impl.http.MediaType
A String equivalent of MediaType.TEXT_XML.
TIME_ZONE - Static variable in class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
TIME_ZONE - Static variable in class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
TIME_ZONE - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
TIMESTAMP_FORMAT - Static variable in class com.stormpath.sdk.impl.http.authc.BasicAuthenticationRequestAuthenticator
 
TIMESTAMP_FORMAT - Static variable in class com.stormpath.sdk.impl.http.authc.BasicRequestAuthenticator
 
TIMESTAMP_FORMAT - Static variable in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
toHex(byte[]) - Static method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
Converts byte data to a Hex-encoded string.
toMatchString(String) - Method in enum com.stormpath.sdk.impl.query.MatchLocation
 
toMatchString(String, String) - Method in enum com.stormpath.sdk.impl.query.MatchLocation
 
toResource(Class<GroupMembership>, Map<String, Object>) - Method in class com.stormpath.sdk.impl.group.DefaultGroupMembershipList
 
toResource(Class<T>, Map<String, Object>) - Method in class com.stormpath.sdk.impl.resource.AbstractCollectionResource
 
toSingleValueMap() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
toSingleValueMap() - Method in interface com.stormpath.sdk.impl.util.MultiValueMap
Returns the first values contained in this MultiValueMap.
toString() - Method in class com.stormpath.sdk.impl.cache.DefaultCache
 
toString() - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManager
 
toString() - Method in class com.stormpath.sdk.impl.ds.DefaultCacheKey
 
toString() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
toString() - Method in class com.stormpath.sdk.impl.http.MediaType
 
toString(Collection<MediaType>) - Static method in class com.stormpath.sdk.impl.http.MediaType
Return a string representation of the given list of MediaType objects.
toString() - Method in class com.stormpath.sdk.impl.http.QueryString
 
toString(boolean) - Method in class com.stormpath.sdk.impl.http.QueryString
The canonicalized query string is formed by first sorting all the query string parameters, then URI encoding both the key and value and then joining them, in order, separating key value pairs with an '&'.
toString() - Method in class com.stormpath.sdk.impl.query.CollectionExpansion
 
toString() - Method in class com.stormpath.sdk.impl.query.DefaultCriteria
 
toString() - Method in class com.stormpath.sdk.impl.query.Expansion
 
toString() - Method in class com.stormpath.sdk.impl.query.LikeExpression
 
toString() - Method in class com.stormpath.sdk.impl.query.Order
 
toString() - Method in class com.stormpath.sdk.impl.query.SimpleExpression
 
toString() - Method in class com.stormpath.sdk.impl.resource.AbstractResource
 
toString() - Method in class com.stormpath.sdk.impl.util.Duration
 
toString() - Method in class com.stormpath.sdk.impl.util.StringInputStream
 
toUtf8Bytes(String) - Static method in class com.stormpath.sdk.impl.http.authc.SAuthc1RequestAuthenticator
 
type - Variable in class com.stormpath.sdk.impl.resource.Property
 

U

unmarshal(String) - Method in class com.stormpath.sdk.impl.ds.JacksonMapMarshaller
 
unmarshal(String) - Method in interface com.stormpath.sdk.impl.ds.MapMarshaller
 

V

valueOf(String) - Static method in enum com.stormpath.sdk.impl.http.authc.MacAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stormpath.sdk.impl.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.stormpath.sdk.impl.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention
valueOf(String) - Static method in enum com.stormpath.sdk.impl.query.MatchLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stormpath.sdk.impl.query.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stormpath.sdk.impl.query.Pagination
Returns the enum constant of this type with the specified name.
values() - Method in class com.stormpath.sdk.impl.directory.DefaultCustomData
 
values() - Static method in enum com.stormpath.sdk.impl.http.authc.MacAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.stormpath.sdk.impl.http.HttpHeaders
 
values() - Static method in enum com.stormpath.sdk.impl.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stormpath.sdk.impl.query.MatchLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stormpath.sdk.impl.query.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stormpath.sdk.impl.query.Pagination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.stormpath.sdk.impl.util.SoftHashMap
 
verifyAccountEmail(String) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenant
 
verifyPasswordResetToken(String) - Method in class com.stormpath.sdk.impl.application.DefaultApplication
 
Version - Class in com.stormpath.sdk.impl.http.support
 
Version() - Constructor for class com.stormpath.sdk.impl.http.support.Version
 
visit(DefaultCreateApplicationRequest) - Method in interface com.stormpath.sdk.impl.application.CreateApplicationRequestVisitor
 
visit(CreateApplicationAndDirectoryRequest) - Method in interface com.stormpath.sdk.impl.application.CreateApplicationRequestVisitor
 

W

withAccountMemberships() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withAccountMemberships(int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withAccountMemberships(int, int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withAccountMemberships() - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withAccountMemberships(int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withAccountMemberships(int, int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withAccounts() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withAccounts(int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withAccounts(int, int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withAccounts() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withAccounts(int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withAccounts(int, int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withAccounts() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withAccounts(int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withAccounts(int, int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withAccounts() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withAccounts(int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withAccounts(int, int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withAccounts() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withAccounts(int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withAccounts(int, int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withAccounts() - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withAccounts(int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withAccounts(int, int) - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withAccountStore() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingCriteria
 
withAccountStore() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingOptions
 
withAccountStoreMappings() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withAccountStoreMappings(int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withAccountStoreMappings(int, int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withAccountStoreMappings() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withAccountStoreMappings(int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withAccountStoreMappings(int, int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withApplication() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingCriteria
 
withApplication() - Method in class com.stormpath.sdk.impl.application.DefaultAccountStoreMappingOptions
 
withApplications() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
withApplications(int) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
withApplications(int, int) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
withCache(CacheConfigurationBuilder) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManagerBuilder
 
withCustomData() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withCustomData() - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withCustomData() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withCustomData() - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withDefaultTimeToIdle(long, TimeUnit) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManagerBuilder
 
withDefaultTimeToLive(long, TimeUnit) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheManagerBuilder
 
withDirectories() - Method in class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
withDirectories(int) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
withDirectories(int, int) - Method in class com.stormpath.sdk.impl.tenant.DefaultTenantOptions
 
withDirectory() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withDirectory() - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withDirectory() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withDirectory() - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withGroupMemberships() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withGroupMemberships(int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withGroupMemberships(int, int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withGroupMemberships() - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withGroupMemberships(int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withGroupMemberships(int, int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withGroups() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withGroups(int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withGroups(int, int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withGroups() - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withGroups(int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withGroups(int, int) - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withGroups() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withGroups(int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withGroups(int, int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withGroups() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withGroups(int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withGroups(int, int) - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withGroups() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withGroups(int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withGroups(int, int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withGroups() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withGroups(int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withGroups(int, int) - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withResponseOptions(AccountOptions) - Method in class com.stormpath.sdk.impl.account.DefaultCreateAccountRequestBuilder
 
withResponseOptions(GroupOptions) - Method in class com.stormpath.sdk.impl.group.DefaultCreateGroupRequestBuilder
 
withTenant() - Method in class com.stormpath.sdk.impl.account.DefaultAccountCriteria
 
withTenant() - Method in class com.stormpath.sdk.impl.account.DefaultAccountOptions
 
withTenant() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationCriteria
 
withTenant() - Method in class com.stormpath.sdk.impl.application.DefaultApplicationOptions
 
withTenant() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryCriteria
 
withTenant() - Method in class com.stormpath.sdk.impl.directory.DefaultDirectoryOptions
 
withTenant() - Method in class com.stormpath.sdk.impl.group.DefaultGroupCriteria
 
withTenant() - Method in class com.stormpath.sdk.impl.group.DefaultGroupOptions
 
withTimeToIdle(long, TimeUnit) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
withTimeToLive(long, TimeUnit) - Method in class com.stormpath.sdk.impl.cache.DefaultCacheConfigurationBuilder
 
writeLock - Variable in class com.stormpath.sdk.impl.resource.AbstractResource
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2012–2014. All rights reserved.