Index

A B C D E F G H I K L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_TOKE_ATTRIBUTE_NAME - Static variable in class org.craftercms.profile.utils.AccessTokenUtils
 
AccessDeniedException - Exception in org.craftercms.profile.exceptions
Exception thrown when a request is rejected because of a problem with the access token (not provided, expired or not found).
AccessDeniedException(String, Object...) - Constructor for exception org.craftercms.profile.exceptions.AccessDeniedException
 
AccessDeniedException.ExpiredAccessToken - Exception in org.craftercms.profile.exceptions
 
AccessDeniedException.MissingAccessToken - Exception in org.craftercms.profile.exceptions
 
AccessDeniedException.NoSuchAccessToken - Exception in org.craftercms.profile.exceptions
 
AccessTokenCheckingInterceptor - Class in org.craftercms.profile.interceptors
Filter that checks that in every call the access token ID is specified, and that it's a recognized access token ID and is not expired.
AccessTokenCheckingInterceptor() - Constructor for class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
AccessTokenController - Class in org.craftercms.profile.controllers.rest
REST controller for the access token service.
AccessTokenController() - Constructor for class org.craftercms.profile.controllers.rest.AccessTokenController
 
AccessTokenExistsException - Exception in org.craftercms.profile.exceptions
Thrown when a create access token operation fails because an access token with the same properties already exists.
AccessTokenExistsException(String) - Constructor for exception org.craftercms.profile.exceptions.AccessTokenExistsException
 
accessTokenRepository - Variable in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
accessTokenRepository - Variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
AccessTokenRepository - Interface in org.craftercms.profile.repositories
Repository for storing AccessToken.
AccessTokenRepositoryImpl - Class in org.craftercms.profile.repositories.impl
Default implementation of AccessTokenRepository, using Jongo.
AccessTokenRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.AccessTokenRepositoryImpl
 
accessTokenService - Variable in class org.craftercms.profile.controllers.rest.AccessTokenController
 
AccessTokenServiceImpl - Class in org.craftercms.profile.services.impl
Default implementation of AccessTokenService.
AccessTokenServiceImpl() - Constructor for class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
AccessTokenSubjectResolver - Class in org.craftercms.profile.permissions
SubjectResolver that resolves to the current AccessToken.
AccessTokenSubjectResolver() - Constructor for class org.craftercms.profile.permissions.AccessTokenSubjectResolver
 
AccessTokenUtils - Class in org.craftercms.profile.utils
Utility methods for AccessTokens.
addAttributeDefinitions(String, Collection<AttributeDefinition>) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
addAttributeDefinitions(String, Collection<AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
addAttributeDefinitions(Collection<AttributeDefinition>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
addAttributes(Map<String, Object>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
addAvailableRoles(Collection<String>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
addDefaultValue(String, String, Object) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
addProfileAttachment(String, String, InputStream) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
addProjection(FindOne, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
addProjection(Find, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
addRange(Find, Integer, Integer) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
addRoles(String, Collection<String>) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
addRoles(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
addRoles(String, Collection<String>, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
addRoles(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
addRoles(Collection<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
addSort(Find, String, SortOrder) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
ATTRIBUTE_FIELD_PREFIX - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
AttributeAlreadyDefinedException - Exception in org.craftercms.profile.exceptions
Thrown if an attribute has already been defined.
AttributeAlreadyDefinedException(String, String) - Constructor for exception org.craftercms.profile.exceptions.AttributeAlreadyDefinedException
 
AttributeNotDefinedException - Exception in org.craftercms.profile.exceptions
Thrown when an attribute definition is being updated or when an attribute value is being set but not attribute definition was found.
AttributeNotDefinedException(String, String) - Constructor for exception org.craftercms.profile.exceptions.AttributeNotDefinedException
 
attributePermissionEvaluator - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
attributePermissionEvaluator - Variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
AttributePermissionResolver - Class in org.craftercms.profile.permissions
PermissionResolver for attributes.
AttributePermissionResolver() - Constructor for class org.craftercms.profile.permissions.AttributePermissionResolver
 
authenticate(String, String, String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
authenticate(String, String, String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
AuthenticationController - Class in org.craftercms.profile.controllers.rest
REST controller for the authentication service.
AuthenticationController() - Constructor for class org.craftercms.profile.controllers.rest.AuthenticationController
 
authenticationService - Variable in class org.craftercms.profile.controllers.rest.AuthenticationController
 
authenticationService - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
AuthenticationServiceImpl - Class in org.craftercms.profile.services.impl
Default implementation of AuthenticationService.
AuthenticationServiceImpl() - Constructor for class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 

B

BadCredentialsException - Exception in org.craftercms.profile.exceptions
Thrown when a username/password pair is invalid.
BadCredentialsException() - Constructor for exception org.craftercms.profile.exceptions.BadCredentialsException
 
buildProjectionWithAttributes(String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
ById(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchProfileException.ById
 
ByQuery(String, String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchProfileException.ByQuery
 
ByTicket(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchProfileException.ByTicket
 
ByUsername(String, String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchProfileException.ByUsername
 

C

changePassword(String, String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
changePassword(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
checkIfManageProfilesIsAllowed(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
checkIfManageProfilesIsAllowed(String) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
checkIfManageTicketsIsAllowed(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
checkIfTenantActionIsAllowed(String, TenantAction) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
checkIfTokenActionIsAllowed(String, AccessTokenServiceImpl.Action) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
CLEANSE_SUPPORTED_TYPES - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
cleanseAttributes(Tenant, Map<String, Object>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
countAsFail(Profile) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
countByTenant(String) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
countByTenant(String) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the count of profiles for the given tenant.
createPersistentLogin(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
createPersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
createProfile(String, String, String, String, boolean, Set<String>, String, String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
createProfile(String, String, String, String, boolean, Set<String>, Map<String, Object>, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
createTenant(Tenant) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
createTenant(Tenant) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
createTicket(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
createTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
createToken(AccessToken) - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
 
createToken(AccessToken) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
createToken(Profile) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
createToken(Profile) - Method in interface org.craftercms.profile.services.VerificationService
Creates a new verification token.
createVerificationToken(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
createVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
createVerificationUrl(String, String) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 

D

deletePersistentLogin(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
deletePersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
deleteProfile(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
deleteProfile(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
deleteTenant(String) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
deleteTenant(String) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
deleteToken(String) - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
 
deleteToken(String) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
deleteToken(String) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
deleteToken(String) - Method in interface org.craftercms.profile.services.VerificationService
Deletes the token corresponding the specified ID.
deleteVerificationToken(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
deleteVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
deserializeAttributes(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
DisabledProfileException - Exception in org.craftercms.profile.exceptions
Thrown when an operation on a profile (like authentication) can't be performed because the profile is disabled.
DisabledProfileException(String, String) - Constructor for exception org.craftercms.profile.exceptions.DisabledProfileException
 
disableProfile(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
disableProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
doGetEntitlementUsage(EntitlementType) - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
doWithProfile(ProfileUpdater) - Method in interface org.craftercms.profile.services.impl.ProfileServiceImpl.UpdateCallback
 
doWithTenant(TenantUpdater) - Method in interface org.craftercms.profile.services.impl.TenantServiceImpl.UpdateCallback
 

E

emailFactory - Variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
enableProfile(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
enableProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
entitlementValidator - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
entitlementValidator - Variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_ADD_DEFAULT_VALUE_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_ATTRIBUTE_NOT_ALLOWED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_CREATE_ACCESS_TOKEN_ERROR - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
ERROR_KEY_CREATE_PERSISTENT_LOGIN_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_CREATE_PROFILE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_CREATE_TENANT_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_CREATE_TICKET_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_CREATE_TOKEN_ERROR - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
ERROR_KEY_DELETE_ACCESS_TOKEN_ERROR - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
ERROR_KEY_DELETE_ALL_PROFILES_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_DELETE_PERSISTENT_LOGIN_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_DELETE_PROFILE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_DELETE_TENANT_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_DELETE_TICKET_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_DELETE_TOKEN_ERROR - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
ERROR_KEY_EMAIL_ERROR - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
ERROR_KEY_ENTITLEMENT_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_ENTITLEMENT_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_GET_ACCESS_TOKEN_ERROR - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
ERROR_KEY_GET_ALL_ACCESS_TOKENS_ERROR - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
ERROR_KEY_GET_ALL_TENANTS_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_GET_PERSISTENT_LOGIN_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_GET_PROFILE_BY_QUERY_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILE_BY_USERNAME_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILE_COUNT_BY_QUERY_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILE_COUNT_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILE_RANGE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILES_BY_ATTRIB_VALUE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILES_BY_EXISTING_ATTRIB_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILES_BY_QUERY_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILES_BY_ROLE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_PROFILES_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_GET_TENANT_COUNT_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_GET_TENANT_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_GET_TICKET_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_GET_TOKEN_ERROR - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
ERROR_KEY_REMOVE_ATTRIBUTE_FROM_ALL_PROFILES_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_REMOVE_ROLE_FROM_ALL_PROFILES_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_TENANT_NOT_ALLOWED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_UPDATE_PERSISTENT_LOGIN_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_UPDATE_PROFILE_ERROR - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ERROR_KEY_UPDATE_TENANT_ERROR - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ERROR_KEY_UPDATE_TICKET_ERROR - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_WAIT_IS_ABORTED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
ERROR_KEY_WHERE_NOT_ALLOWED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
escapeValue(Object, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ExceptionHandlers - Class in org.craftercms.profile.controllers.rest
ControllerAdvice for controllers that includes exception handling for all exceptions.
ExceptionHandlers() - Constructor for class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
Expired(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchTicketException.Expired
 
ExpiredAccessToken(String, String, Date) - Constructor for exception org.craftercms.profile.exceptions.AccessDeniedException.ExpiredAccessToken
 

F

failedLoginAttemptsBeforeDelay - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
failedLoginAttemptsBeforeLock - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
filterAttributeIfReadNotAllowed(Tenant, Iterator<String>, List<AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
filterAttributes(Profile, String[]) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
filterNonReadableAttributes(Iterable<Profile>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
filterNonReadableAttributes(Profile) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
filterNonReadableAttributes(Tenant, Iterable<Profile>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
filterNonReadableAttributes(Tenant, Profile) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
findAttributeDefinition(List<AttributeDefinition>, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
findById(String, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findById(String, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profile with the given ID.
findByIds(List<String>, String, SortOrder, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findByIds(List<String>, String, SortOrder, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profiles with the given IDs.
findByName(String) - Method in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
findByName(String) - Method in interface org.craftercms.profile.repositories.TenantRepository
Returns the tenant for the given name.
findByProfileIdAndToken(String, String) - Method in class org.craftercms.profile.repositories.impl.PersistentLoginRepositoryImpl
 
findByProfileIdAndToken(String, String) - Method in interface org.craftercms.profile.repositories.PersistentLoginRepository
Returns the login associated to the given profile ID and token.
findByQuery(String, String, SortOrder, Integer, Integer, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findByQuery(String, String, SortOrder, Integer, Integer, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profiles that match the specified query.
findByTenantAndAttributeValue(String, String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findByTenantAndAttributeValue(String, String, String, String, SortOrder, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profiles that have the given attribute with the given value for the given tenant.
findByTenantAndExistingAttribute(String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findByTenantAndExistingAttribute(String, String, String, SortOrder, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profiles that have the given attribute, with any value, for the given tenant.
findByTenantAndRole(String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findByTenantAndRole(String, String, String, SortOrder, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profiles with the given roles for the given tenant.
findByTenantAndUsername(String, String, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findByTenantAndUsername(String, String, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the profile for the given tenant name and username.
findOneByQuery(String, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findOneByQuery(String, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns the single profile that matches the specified query
findRange(String, String, SortOrder, Integer, Integer, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
findRange(String, String, SortOrder, Integer, Integer, String...) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Returns a range of profiles for the given tenant.

G

getAccessToken(HttpServletRequest) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
getAccessToken(HttpServletRequest) - Static method in class org.craftercms.profile.utils.AccessTokenUtils
 
getAllTenants() - Method in class org.craftercms.profile.controllers.rest.TenantController
 
getAllTenants() - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
getAllTokens() - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
 
getAllTokens() - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
getAttachment(String, String, HttpServletResponse) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getAttachmentDetails(String, String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getAttachments(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getAttributes(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getAttributes(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getCurrentSubject() - Method in class org.craftercms.profile.permissions.AccessTokenSubjectResolver
 
getCurrentToken() - Static method in class org.craftercms.profile.utils.AccessTokenUtils
 
getFinalQuery(Tenant, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getGlobalPermission(AccessToken) - Method in class org.craftercms.profile.permissions.AttributePermissionResolver
 
getGlobalPermission(AccessToken) - Method in class org.craftercms.profile.permissions.TenantPermissionResolver
 
getModule() - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
getNonNullProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getPermission(AccessToken, String) - Method in class org.craftercms.profile.permissions.TenantPermissionResolver
 
getPermission(AccessToken, AttributeDefinition) - Method in class org.craftercms.profile.permissions.AttributePermissionResolver
 
getPersistentLogin(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
getPersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
getProfile() - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
getProfile(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileAttachment(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileAttachmentInformation(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileAttachments(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileByIds(List<String>, String, SortOrder, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileByQuery(String, String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileByQuery(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileByTicket(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileByTicket(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileByUsername(String, String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileByUsername(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileCount(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileCount(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileCount(String, String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileCountByQuery(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfileRange(String, String, SortOrder, Integer, Integer, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfileRange(String, String, SortOrder, Integer, Integer, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfilesByAttributeValue(String, String, String, String, SortOrder, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfilesByAttributeValue(String, String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfilesByExistingAttribute(String, String, String, SortOrder, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfilesByExistingAttribute(String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfilesByIds(List<String>, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfilesByQuery(String, String, String, SortOrder, Integer, Integer, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfilesByQuery(String, String, String, SortOrder, Integer, Integer, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getProfilesByRole(String, String, String, SortOrder, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getProfilesByRole(String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getSupportedEntitlements() - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
getTenant() - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
getTenant(String) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
getTenant(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
getTenant(String) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
getTenantCount() - Method in class org.craftercms.profile.controllers.rest.TenantController
 
getTenantCount() - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
getTicket(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
getTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
getToken(String) - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
 
getToken(String) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
getToken(String) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
getToken(String) - Method in interface org.craftercms.profile.services.VerificationService
Returns the token that corresponds to the specified ID
getVerificationToken(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
getVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 

H

handleAccessDeniedException(AccessDeniedException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleAccessTokenExistsException(AccessTokenExistsException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleActionDeniedException(ActionDeniedException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleAttributeAlreadyDefinedException(AttributeAlreadyDefinedException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleAttributeNotDefinedDefinedException(AttributeNotDefinedException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleBadCredentialsException(BadCredentialsException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleDisabledProfileException(DisabledProfileException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleExceptionInternal(Exception, HttpHeaders, HttpStatus, ErrorCode, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleExceptionInternal(Exception, HttpStatus, ErrorCode, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleInvalidEmailAddressException(InvalidEmailAddressException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleInvalidQueryException(InvalidQueryException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleInvalidTokenManagementException(InvalidManagementTokenException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchAccessTokenException(NoSuchAccessTokenException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchPersistentLoginException(NoSuchPersistentLoginException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchProfileException(NoSuchProfileException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchTenantException(NoSuchTenantException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchTicketException(NoSuchTicketException.Expired, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchTicketException(NoSuchTicketException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleNoSuchVerificationTokenException(NoSuchVerificationTokenException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleParamDeserializationException(ParamDeserializationException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handlePermissionException(PermissionException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleProfileException(ProfileException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleProfileExistsException(ProfileExistsException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
handleTenantExistsException(TenantExistsException, WebRequest) - Method in class org.craftercms.profile.controllers.rest.ExceptionHandlers
 
hashSalt - Variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 

I

includeRequest(HttpServletRequest) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
indexOfAttributeDefinition(String, List<AttributeDefinition>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
init() - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
init() - Method in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
invalidateTicket(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
invalidateTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
InvalidEmailAddressException - Exception in org.craftercms.profile.exceptions
Thrown when an email address is in an invalid format.
InvalidEmailAddressException(String) - Constructor for exception org.craftercms.profile.exceptions.InvalidEmailAddressException
 
InvalidQueryException - Exception in org.craftercms.profile.exceptions
Thrown when a specified Mongo query is invalid, because of illegal operators ($where) or non-readable attributes.
InvalidQueryException(String, Object...) - Constructor for exception org.craftercms.profile.exceptions.InvalidQueryException
 
isAttributeActionAllowed(AttributeDefinition, AttributeAction) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
isProfileInTimeOut(Profile) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 

K

KEY - Static variable in exception org.craftercms.profile.exceptions.AccessTokenExistsException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.AttributeNotDefinedException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.BadCredentialsException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.DisabledProfileException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.NoSuchPersistentLoginException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.NoSuchTicketException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.ParamDeserializationException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.ProfileExistsException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.ProfileLockedException
 
KEY - Static variable in exception org.craftercms.profile.exceptions.TenantExistsException
 
KEY_BY_ID - Static variable in exception org.craftercms.profile.exceptions.NoSuchProfileException
 
KEY_BY_QUERY - Static variable in exception org.craftercms.profile.exceptions.NoSuchProfileException
 
KEY_BY_TICKET - Static variable in exception org.craftercms.profile.exceptions.NoSuchProfileException
 
KEY_BY_USERNAME - Static variable in exception org.craftercms.profile.exceptions.NoSuchProfileException
 
KEY_COUNT_BY_TENANT_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_DEFAULT_FIELDS - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_IDS_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_NAME_QUERY - Static variable in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
KEY_FIND_BY_PROFILE_ID_AND_TOKEN - Static variable in class org.craftercms.profile.repositories.impl.PersistentLoginRepositoryImpl
 
KEY_FIND_BY_TENANT_AND_ATTRIB_VALUE_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_TENANT_AND_EXISTING_ATTRIB_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_TENANT_AND_NON_EXISTING_ATTRIB_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_TENANT_AND_ROLE_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_TENANT_AND_USERNAME_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_FIND_BY_TENANT_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_INDEX_KEYS - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_INDEX_KEYS - Static variable in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
KEY_INDEX_OPTIONS - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_INDEX_OPTIONS - Static variable in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
KEY_REMOVE_BY_NAME_QUERY - Static variable in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
KEY_REMOVE_BY_TENANT_QUERY - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
KEY_REMOVE_TOKENS_OLDER_THAN_QUERy - Static variable in class org.craftercms.profile.repositories.impl.VerificationTokenRepositoryImpl
 
KEY_REMOVE_TOKENS_OLDER_THAN_QUERY - Static variable in class org.craftercms.profile.repositories.impl.PersistentLoginRepositoryImpl
 
KEY_REMOVE_WITH_LAST_REQUEST_TIME_OLDER_THAN_QUERY - Static variable in class org.craftercms.profile.repositories.impl.TicketRepositoryImpl
 

L

lockTime - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_ACCESS_TOKEN_CREATED - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
LOG_KEY_ACCESS_TOKEN_DELETED - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
LOG_KEY_ACCESS_TOKEN_FOUND - Static variable in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
LOG_KEY_ATTRIBUTE_DEFINITIONS_ADDED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_ATTRIBUTE_DEFINITIONS_REMOVED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_ATTRIBUTE_DEFINITIONS_UPDATED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_AUTHENTICATION_SUCCESSFUL - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_EMAIL_SENT - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
LOG_KEY_PASSWORD_CHANGED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PERSISTENT_LOGIN_CREATED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_PERSISTENT_LOGIN_DELETED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_PERSISTENT_LOGIN_TOKEN_REFRESHED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_PROFILE_ATTRIBS_REMOVED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_ATTRIBS_UPDATED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_CREATED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_DELETED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_DISABLED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_ENABLED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_ROLES_ADDED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_ROLES_REMOVED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_UPDATED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_PROFILE_VERIFIED - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
LOG_KEY_ROLES_ADDED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_ROLES_REMOVED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_TENANT_CREATED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_TENANT_DELETED - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
LOG_KEY_TICKET_CREATED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_TICKET_INVALIDATED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_TICKET_REQUESTED - Static variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
LOG_KEY_TOKEN_CREATED - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
LOG_KEY_TOKEN_DELETED - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
LOG_KEY_VERIFY_NEW_PROFILES_FLAG_SET - Static variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 

M

MissingAccessToken() - Constructor for exception org.craftercms.profile.exceptions.AccessDeniedException.MissingAccessToken
 
MODIFIER_REMOVE_ATTRIBUTE - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
MODIFIER_REMOVE_ROLE - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
MODIFIER_UPDATE_ATTRIBUTE - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
MonitoringController - Class in org.craftercms.profile.controllers.rest
Rest controller to provide monitoring information
MonitoringController(String) - Constructor for class org.craftercms.profile.controllers.rest.MonitoringController
 

N

newProfileEmailFromAddress - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
newProfileEmailSubject - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
newProfileEmailTemplateName - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
NoSuchAccessToken(String) - Constructor for exception org.craftercms.profile.exceptions.AccessDeniedException.NoSuchAccessToken
 
NoSuchAccessTokenException - Exception in org.craftercms.profile.exceptions
Thrown when a specified access token ID doesn't correspond to any known access token.
NoSuchAccessTokenException(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchAccessTokenException
 
NoSuchPersistentLoginException - Exception in org.craftercms.profile.exceptions
Thrown if no persistent login with a specified ID was found.
NoSuchPersistentLoginException(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchPersistentLoginException
 
NoSuchProfileException - Exception in org.craftercms.profile.exceptions
Thrown if no profile with a specified ID was found.
NoSuchProfileException(String, Object...) - Constructor for exception org.craftercms.profile.exceptions.NoSuchProfileException
 
NoSuchProfileException.ById - Exception in org.craftercms.profile.exceptions
 
NoSuchProfileException.ByQuery - Exception in org.craftercms.profile.exceptions
 
NoSuchProfileException.ByTicket - Exception in org.craftercms.profile.exceptions
 
NoSuchProfileException.ByUsername - Exception in org.craftercms.profile.exceptions
 
NoSuchTenantException - Exception in org.craftercms.profile.exceptions
Thrown if no tenant with a specified name was found.
NoSuchTenantException(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchTenantException
 
NoSuchTicketException - Exception in org.craftercms.profile.exceptions
Thrown if no ticket with a specified ID was found.
NoSuchTicketException(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchTicketException
 
NoSuchTicketException.Expired - Exception in org.craftercms.profile.exceptions
 
NoSuchVerificationTokenException - Exception in org.craftercms.profile.exceptions
Thrown when a serialized verification token is in an invalid format.
NoSuchVerificationTokenException(String) - Constructor for exception org.craftercms.profile.exceptions.NoSuchVerificationTokenException
 

O

objectMapper - Variable in class org.craftercms.profile.controllers.rest.ProfileController
 
org.craftercms.profile.controllers.rest - package org.craftercms.profile.controllers.rest
 
org.craftercms.profile.entitlement - package org.craftercms.profile.entitlement
 
org.craftercms.profile.exceptions - package org.craftercms.profile.exceptions
 
org.craftercms.profile.interceptors - package org.craftercms.profile.interceptors
 
org.craftercms.profile.permissions - package org.craftercms.profile.permissions
 
org.craftercms.profile.repositories - package org.craftercms.profile.repositories
 
org.craftercms.profile.repositories.impl - package org.craftercms.profile.repositories.impl
 
org.craftercms.profile.services - package org.craftercms.profile.services
 
org.craftercms.profile.services.impl - package org.craftercms.profile.services.impl
 
org.craftercms.profile.utils - package org.craftercms.profile.utils
 
org.craftercms.profile.utils.db - package org.craftercms.profile.utils.db
 

P

ParamDeserializationException - Exception in org.craftercms.profile.exceptions
Thrown the JSON in a param can't be correctly deserialized.
ParamDeserializationException(Throwable) - Constructor for exception org.craftercms.profile.exceptions.ParamDeserializationException
 
permissionEvaluator - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
permissionEvaluator - Variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
persistentLoginRepository - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
PersistentLoginRepository - Interface in org.craftercms.profile.repositories
DB repository for PersistentLogins.
PersistentLoginRepositoryImpl - Class in org.craftercms.profile.repositories.impl
Default implementation of PersistentLogin.
PersistentLoginRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.PersistentLoginRepositoryImpl
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
profile - Variable in class org.craftercms.profile.utils.db.ProfileUpdater
 
ProfileController - Class in org.craftercms.profile.controllers.rest
REST controller for the profile service.
ProfileController() - Constructor for class org.craftercms.profile.controllers.rest.ProfileController
 
ProfileExistsException - Exception in org.craftercms.profile.exceptions
Thrown when a create profile operation fails because a profile with the same tenant and username already exists.
ProfileExistsException(String, String) - Constructor for exception org.craftercms.profile.exceptions.ProfileExistsException
 
ProfileLicenseUsageProvider - Class in org.craftercms.profile.entitlement
Implementation of EntitlementUsageProvider for Crafter Profile module.
ProfileLicenseUsageProvider() - Constructor for class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
 
ProfileLockedException - Exception in org.craftercms.profile.exceptions
Throw when account had too much failed attempts.
ProfileLockedException() - Constructor for exception org.craftercms.profile.exceptions.ProfileLockedException
 
profileRepository - Variable in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
Current instance of ProfileRepository.
profileRepository - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
profileRepository - Variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
profileRepository - Variable in class org.craftercms.profile.utils.db.ProfileUpdater
 
ProfileRepository - Interface in org.craftercms.profile.repositories
DB repository for Profiles.
ProfileRepositoryImpl - Class in org.craftercms.profile.repositories.impl
Default implementation of ProfileRepository.
ProfileRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
profileService - Variable in class org.craftercms.profile.controllers.rest.ProfileController
 
profileService - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
profileService - Variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
ProfileServiceImpl - Class in org.craftercms.profile.services.impl
Default implementation of ProfileService.
ProfileServiceImpl() - Constructor for class org.craftercms.profile.services.impl.ProfileServiceImpl
 
ProfileServiceImpl.UpdateCallback - Interface in org.craftercms.profile.services.impl
 
ProfileUpdater - Class in org.craftercms.profile.utils.db
Created by alfonsovasquez on 14/6/16.
ProfileUpdater(Profile, UpdateHelper, ProfileRepository) - Constructor for class org.craftercms.profile.utils.db.ProfileUpdater
 

Q

QUERY_ATTRIBUTE_PATTERN_FORMAT - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
QUERY_FINAL_FORMAT - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
QUERY_TENANT_PATTERN - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
QUERY_WHERE_PATTERN - Static variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 

R

refreshPersistentLoginToken(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
refreshPersistentLoginToken(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
rejectAttributeIfActionNotAllowed(Tenant, String, AttributeAction, List<AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
rejectAttributesIfActionNotAllowed(String, Collection<String>, AttributeAction) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
rejectAttributesIfActionNotAllowed(Tenant, Collection<String>, AttributeAction) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
removeAll(String) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
removeAll(String) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Removes all the profiles associated to the given tenant.
removeAttributeDefinitions(String, Collection<String>) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
removeAttributeDefinitions(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
removeAttributeDefinitions(Collection<String>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
removeAttributeFromAll(String, String) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
removeAttributeFromAll(String, String) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Removes the attribute of all profiles of to the given tenant.
removeAttributeFromProfiles(String, String) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
removeAttributes(String, Collection<String>, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
removeAttributes(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
removeAttributes(Collection<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
removeAvailableRoles(Collection<String>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
removeByName(String) - Method in class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
removeByName(String) - Method in interface org.craftercms.profile.repositories.TenantRepository
Removes the tenant for the given name.
removeOlderThan(long) - Method in class org.craftercms.profile.repositories.impl.PersistentLoginRepositoryImpl
 
removeOlderThan(long) - Method in class org.craftercms.profile.repositories.impl.VerificationTokenRepositoryImpl
 
removeOlderThan(long) - Method in interface org.craftercms.profile.repositories.PersistentLoginRepository
Removes logins with timestamps older than the specified number of seconds.
removeOlderThan(long) - Method in interface org.craftercms.profile.repositories.VerificationTokenRepository
Removes tokens with timestamps older than the specified number of seconds.
removeRoleFromAll(String, String) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
removeRoleFromAll(String, String) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Removes the role of all profiles of to the given tenant.
removeRoleFromProfiles(String, String) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
removeRoles(String, Collection<String>) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
removeRoles(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
removeRoles(String, Collection<String>, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
removeRoles(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
removeRoles(Collection<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
removeWithLastRequestTimeOlderThan(long) - Method in class org.craftercms.profile.repositories.impl.TicketRepositoryImpl
 
removeWithLastRequestTimeOlderThan(long) - Method in interface org.craftercms.profile.repositories.TicketRepository
Removes tickets with last request time older than the specified number of seconds.
resetPassword(String, String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
resetPassword(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
resetPwdEmailFromAddress - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
resetPwdEmailSubject - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
resetPwdEmailTemplateName - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 

S

sendEmail(VerificationToken, Profile, String, String, String, String) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
sendEmail(VerificationToken, Profile, String, String, String, String) - Method in interface org.craftercms.profile.services.VerificationService
Creates a verification token and sends the user an email with the token for verification.
setAccessToken(HttpServletRequest, AccessToken) - Static method in class org.craftercms.profile.utils.AccessTokenUtils
 
setAccessTokenRepository(AccessTokenRepository) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
setAccessTokenRepository(AccessTokenRepository) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
 
setAccessTokenService(AccessTokenService) - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
 
setAttributeDefinitions(List<AttributeDefinition>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
setAttributePermissionEvaluator(PermissionEvaluator<AccessToken, AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setAttributePermissionEvaluator(PermissionEvaluator<AccessToken, AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
setAttributes(Map<String, Object>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setAuthenticationService(AuthenticationService) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
 
setAuthenticationService(AuthenticationService) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setAvailableRoles(Set<String>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
setCleanseAttributes(boolean) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
setCurrentToken(AccessToken) - Static method in class org.craftercms.profile.utils.AccessTokenUtils
 
setEmail(String) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setEmailFactory(EmailFactory) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
setEnabled(boolean) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
setFailedLoginAttempts(int) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setFailedLoginAttempts(String, int, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setFailedLoginAttemptsBeforeDelay(int) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setFailedLoginAttemptsBeforeLock(int) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setLastFailedLogin(String, Date, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setLastFailedLogin(Date) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setLastModified(Date) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setLockTime(int) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setNewProfileEmailFromAddress(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setNewProfileEmailSubject(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setNewProfileEmailTemplateName(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setObjectMapper(ObjectMapper) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
setPassword(String) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setPermissionEvaluator(PermissionEvaluator<AccessToken, String>) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setPermissionEvaluator(PermissionEvaluator<AccessToken, String>) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
setPersistentLoginRepository(PersistentLoginRepository) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setProfileRepository(ProfileRepository) - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
 
setProfileRepository(ProfileRepository) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setProfileRepository(ProfileRepository) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
setProfileService(ProfileService) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
setProfileService(ProfileService) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setProfileService(ProfileService) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
setResetPwdEmailFromAddress(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setResetPwdEmailSubject(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setResetPwdEmailTemplateName(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setRoles(Set<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setSsoEnabled(boolean) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
setTenantPermissionEvaluator(PermissionEvaluator<AccessToken, String>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setTenantPermissionEvaluator(PermissionEvaluator<AccessToken, String>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
setTenantRepository(TenantRepository) - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
 
setTenantRepository(TenantRepository) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
setTenantService(TenantService) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
setTenantService(TenantService) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setTicketRepository(TicketRepository) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
setTokenMaxAge(int) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
setTokenRepository(VerificationTokenRepository) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
setUrlsToExclude(String[]) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
setUrlsToInclude(String[]) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
setUsername(String) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setValidAttachmentMimeTypes(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setVerificationService(VerificationService) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
setVerified(boolean) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
setVerifyNewProfiles(boolean) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 

T

tenant - Variable in class org.craftercms.profile.utils.db.TenantUpdater
 
TenantController - Class in org.craftercms.profile.controllers.rest
REST controller for the tenant service.
TenantController() - Constructor for class org.craftercms.profile.controllers.rest.TenantController
 
TenantExistsException - Exception in org.craftercms.profile.exceptions
Thrown when a create tenant operation fails because a tenant with the same name already exists.
TenantExistsException(String) - Constructor for exception org.craftercms.profile.exceptions.TenantExistsException
 
tenantPermissionEvaluator - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
tenantPermissionEvaluator - Variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
TenantPermissionResolver - Class in org.craftercms.profile.permissions
PermissionResolver for tenants.
TenantPermissionResolver() - Constructor for class org.craftercms.profile.permissions.TenantPermissionResolver
 
tenantRepository - Variable in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
Current instance of TenantRepository.
tenantRepository - Variable in class org.craftercms.profile.services.impl.TenantServiceImpl
 
tenantRepository - Variable in class org.craftercms.profile.utils.db.TenantUpdater
 
TenantRepository - Interface in org.craftercms.profile.repositories
DB repository for Tenants
TenantRepositoryImpl - Class in org.craftercms.profile.repositories.impl
Default implementation of TenantRepository.
TenantRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.TenantRepositoryImpl
 
tenantService - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
TenantServiceImpl - Class in org.craftercms.profile.services.impl
Default implementation of TenantService.
TenantServiceImpl() - Constructor for class org.craftercms.profile.services.impl.TenantServiceImpl
 
TenantServiceImpl.UpdateCallback - Interface in org.craftercms.profile.services.impl
 
TenantUpdater - Class in org.craftercms.profile.utils.db
Created by alfonsovasquez on 20/6/16.
TenantUpdater(Tenant, UpdateHelper, TenantRepository) - Constructor for class org.craftercms.profile.utils.db.TenantUpdater
 
ticketRepository - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
 
TicketRepository - Interface in org.craftercms.profile.repositories
DB repository for Tickets.
TicketRepositoryImpl - Class in org.craftercms.profile.repositories.impl
Default implementation of TicketRepository.
TicketRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.TicketRepositoryImpl
 
tokenMaxAge - Variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
tokenRepository - Variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 

U

update() - Method in class org.craftercms.profile.utils.db.ProfileUpdater
 
update() - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
updateAllWithDefaultValue(String, String, Object) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
 
updateAllWithDefaultValue(String, String, Object) - Method in interface org.craftercms.profile.repositories.ProfileRepository
Updates all the profiles of a given tenant with the default value of an attribute, only if they don't have the attribute value set yet.
updateAttributeDefinitions(String, Collection<AttributeDefinition>) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
updateAttributeDefinitions(String, Collection<AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
updateAttributeDefinitions(Collection<AttributeDefinition>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
 
updateAttributes(String, Map<String, Object>, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
updateAttributes(String, Map<String, Object>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
updateHelper - Variable in class org.craftercms.profile.utils.db.ProfileUpdater
 
updateHelper - Variable in class org.craftercms.profile.utils.db.TenantUpdater
 
updateProfile(String, String, String, String, Boolean, Set<String>, String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
updateProfile(String, String, String, String, Boolean, Set<String>, Map<String, Object>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
updateProfile(String, ProfileServiceImpl.UpdateCallback, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
updateTenant(String, TenantServiceImpl.UpdateCallback) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
updateTenant(Tenant) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
updateTenant(Tenant) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
uploadProfileAttachment(String, String, MultipartFile) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
URL_ROOT - Static variable in class org.craftercms.profile.controllers.rest.MonitoringController
 
urlsToExclude - Variable in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 
urlsToInclude - Variable in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
 

V

validateQuery(Tenant, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
validAttachmentMimeTypes - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
VERIFICATION_LINK_TEMPLATE_ARG - Static variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
 
verificationService - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
VerificationService - Interface in org.craftercms.profile.services
Service used to verify a particular activity with the profile owner (like a recently created profile or a reset password request).
VerificationServiceImpl - Class in org.craftercms.profile.services.impl
Default implementation of VerificationService.
VerificationServiceImpl() - Constructor for class org.craftercms.profile.services.impl.VerificationServiceImpl
 
VerificationTokenRepository - Interface in org.craftercms.profile.repositories
Repository for VerificationTokens
VerificationTokenRepositoryImpl - Class in org.craftercms.profile.repositories.impl
Default implementation of VerificationTokenRepository.
VerificationTokenRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.VerificationTokenRepositoryImpl
 
verifyNewProfiles(String, boolean) - Method in class org.craftercms.profile.controllers.rest.TenantController
 
verifyNewProfiles(String, boolean) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
 
verifyProfile(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
 
verifyProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
 
A B C D E F G H I K L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form