Skip navigation links
A C D E G I K L M N S U 

A

AccountToUserDetailsConverter - Class in net.smartcosmos.extension.stormpath.converter
 
AccountToUserDetailsConverter() - Constructor for class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 
ApiKey() - Constructor for class net.smartcosmos.extension.stormpath.config.StormpathProperties.ApiKey
 
authenticate(Authentication) - Method in class net.smartcosmos.extension.stormpath.auth.provider.ServiceUserAccessAuthenticationProvider
Verifies a authentication against the stored service user properties.
authenticateUser(AuthenticateRequest) - Method in class net.smartcosmos.extension.stormpath.service.AuthenticateUserServiceStormpath
 
AuthenticateUserServiceStormpath - Class in net.smartcosmos.extension.stormpath.service
Stormpath-specific implementation of the AuthenticateUserService interface.
AuthenticateUserServiceStormpath(UserDetailsService) - Constructor for class net.smartcosmos.extension.stormpath.service.AuthenticateUserServiceStormpath
 

C

configure(AuthenticationManagerBuilder) - Method in class net.smartcosmos.extension.stormpath.config.ServiceUserAccessSecurityConfiguration
 
configure(HttpSecurity) - Method in class net.smartcosmos.extension.stormpath.config.ServiceUserAccessSecurityConfiguration
 
convert(Account) - Method in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 

D

DEFAULT_SERVICE_USER_AUTHORITIES - Static variable in interface net.smartcosmos.extension.stormpath.auth.SmartCosmosServiceUser
The default authorities of a service user.
defaultServiceUserAuthorities() - Static method in interface net.smartcosmos.extension.stormpath.auth.SmartCosmosServiceUser
 

E

ERR_ACCOUNT_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
During a login attempt Stormpath found an Account from the specified username or email, but the Account had a status of DISABLED.
ERR_ACCOUNT_LOCKED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
Login attempt failed because the Account is locked.
ERR_ACCOUNT_NONEXISTENT - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
Login attempt failed because there is no Account in the Application’s associated Account Stores with the specified username or email.
ERR_ACCOUNT_STORE_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
This Application’s default Account Store for new Accounts is disabled
ERR_ACCOUNT_UNVERIFIED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
During a login attempt Stormpath found an Account from the specified username or email, but the Account had a status of UNVERIFIED.
ERR_DIRECTORY_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
Login attempt failed because the Account is in a Directory that is disabled.
ERR_GROUP_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
Login attempt failed because the Account is in a Group that is disabled.
ERR_ORGANIZATION_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
Login attempt failed because the Account is in an Organization that is disabled.
ERR_PASSWORD_INCORRECT - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
During a login attempt, Stormpath found an Account from the specified username or email, but the password was incorrect.

G

getApiKeyFromProperties(StormpathProperties.ApiKey) - Static method in class net.smartcosmos.extension.stormpath.util.StormpathInitializer
 
getAuthorities(Account) - Method in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 
getAuthoritiesFromCustomData(CustomData) - Method in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 
getClientFromProperties(StormpathProperties.ApiKey) - Static method in class net.smartcosmos.extension.stormpath.util.StormpathInitializer
 
getServiceUser(String, String, Collection<GrantedAuthority>) - Static method in interface net.smartcosmos.extension.stormpath.auth.SmartCosmosServiceUser
Creates a new Service User.
getSingleApplication(Tenant, String) - Static method in class net.smartcosmos.extension.stormpath.util.StormpathInitializer
 
getTenantUrn(Account) - Method in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 
getUrnFromCustomData(CustomData) - Method in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 
getUserDetails(String, String) - Method in class net.smartcosmos.extension.stormpath.service.UserDetailsServiceStormpath
 
getUserDetails(String) - Method in class net.smartcosmos.extension.stormpath.service.UserDetailsServiceStormpath
 
getUserUrn(Account) - Method in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 

I

initialize() - Method in class net.smartcosmos.extension.stormpath.service.UserDetailsServiceStormpath
 
isUserActive(String) - Method in class net.smartcosmos.extension.stormpath.service.AuthenticateUserServiceStormpath
 
isValid(UserDetails) - Method in class net.smartcosmos.extension.stormpath.service.UserDetailsServiceStormpath
 

K

KEY_AUTHORITIES - Static variable in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 
KEY_URN - Static variable in class net.smartcosmos.extension.stormpath.converter.AccountToUserDetailsConverter
 

L

localValidatorFactoryBean() - Method in class net.smartcosmos.extension.stormpath.StormpathService
 

M

main(String[]) - Static method in class net.smartcosmos.extension.stormpath.StormpathService
 

N

net.smartcosmos.extension.stormpath - package net.smartcosmos.extension.stormpath
 
net.smartcosmos.extension.stormpath.auth - package net.smartcosmos.extension.stormpath.auth
 
net.smartcosmos.extension.stormpath.auth.provider - package net.smartcosmos.extension.stormpath.auth.provider
 
net.smartcosmos.extension.stormpath.config - package net.smartcosmos.extension.stormpath.config
 
net.smartcosmos.extension.stormpath.converter - package net.smartcosmos.extension.stormpath.converter
 
net.smartcosmos.extension.stormpath.service - package net.smartcosmos.extension.stormpath.service
 
net.smartcosmos.extension.stormpath.util - package net.smartcosmos.extension.stormpath.util
 

S

SERVICE_USER_ROLE - Static variable in interface net.smartcosmos.extension.stormpath.auth.SmartCosmosServiceUser
Name of the service user's role, used for the default authority "hasRole('" + SERVICE_USER_ROLE + "')".
ServiceUserAccessAuthenticationProvider - Class in net.smartcosmos.extension.stormpath.auth.provider
Implementation of AuthenticationProvider supporting UsernamePasswordAuthenticationToken authentication.
ServiceUserAccessAuthenticationProvider(ServiceUserProperties) - Constructor for class net.smartcosmos.extension.stormpath.auth.provider.ServiceUserAccessAuthenticationProvider
Creates a new ServiceUserAccessAuthenticationProvider instance to verify Service User calls based on the provided properties.
ServiceUserAccessSecurityConfiguration - Class in net.smartcosmos.extension.stormpath.config
 
ServiceUserAccessSecurityConfiguration() - Constructor for class net.smartcosmos.extension.stormpath.config.ServiceUserAccessSecurityConfiguration
 
ServiceUserProperties - Class in net.smartcosmos.extension.stormpath.config
 
ServiceUserProperties() - Constructor for class net.smartcosmos.extension.stormpath.config.ServiceUserProperties
 
SmartCosmosServiceUser - Interface in net.smartcosmos.extension.stormpath.auth
Constant interface for default Service User configuration.
StormpathErrorCodeConstants - Interface in net.smartcosmos.extension.stormpath.service
Constant interface defining error codes used by Stormpath.
StormpathInitializer - Class in net.smartcosmos.extension.stormpath.util
 
StormpathInitializer() - Constructor for class net.smartcosmos.extension.stormpath.util.StormpathInitializer
 
StormpathProperties - Class in net.smartcosmos.extension.stormpath.config
Initially created by SMART COSMOS Team on July 25, 2016.
StormpathProperties() - Constructor for class net.smartcosmos.extension.stormpath.config.StormpathProperties
 
StormpathProperties.ApiKey - Class in net.smartcosmos.extension.stormpath.config
 
StormpathService - Class in net.smartcosmos.extension.stormpath
 
StormpathService() - Constructor for class net.smartcosmos.extension.stormpath.StormpathService
 
supports(Class<?>) - Method in class net.smartcosmos.extension.stormpath.auth.provider.ServiceUserAccessAuthenticationProvider
Indicates if the authentication provider supports a given authentication type.

U

UserDetailsServiceStormpath - Class in net.smartcosmos.extension.stormpath.service
Stormpath-specific implementation of the UserDetailsService interface.
UserDetailsServiceStormpath(StormpathProperties, ConversionService, PasswordEncoder, Validator) - Constructor for class net.smartcosmos.extension.stormpath.service.UserDetailsServiceStormpath
 
A C D E G I K L M N S U 
Skip navigation links

Copyright © 2015–2016 Smartrac Technology Fletcher, Inc.. All rights reserved.