- AbstractProfileRestClientBase - Class in org.craftercms.profile.services.impl
-
Base class for all Profile REST clients.
- AbstractProfileRestClientBase() - Constructor for class org.craftercms.profile.services.impl.AbstractProfileRestClientBase
-
- AbstractRestHandlerBase - Class in org.craftercms.security.utils.handlers
-
Base for login, logout and access denied REST handlers.
- AbstractRestHandlerBase() - Constructor for class org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
- ACCESS_DENIED_EXCEPTION_SESSION_ATTRIBUTE - Static variable in class org.craftercms.security.utils.SecurityUtils
-
- 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 - Exception in org.craftercms.security.exception
-
Thrown when a user doesn't have enough privileges to access a resource.
- AccessDeniedException(String) - Constructor for exception org.craftercms.security.exception.AccessDeniedException
-
- AccessDeniedException(String, Throwable) - Constructor for exception org.craftercms.security.exception.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
-
- AccessDeniedHandler - Interface in org.craftercms.security.authorization
-
Handles the request after access to a resource is denied for a user.
- accessDeniedHandler - Variable in class org.craftercms.security.processors.impl.SecurityExceptionProcessor
-
- AccessDeniedHandlerImpl - Class in org.craftercms.security.authorization.impl
-
Default implementation of
AccessDeniedHandler
, which forwards to the error page URL, so that the original
URL is preserved in the browser.
- AccessDeniedHandlerImpl() - Constructor for class org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl
-
- AccessRestrictionExpressionRoot - Class in org.craftercms.security.utils.spring.el
-
Instances of this class are used as the root object for Spring EL Expression
s that are used to evaluate
access restrictions.
- AccessRestrictionExpressionRoot() - Constructor for class org.craftercms.security.utils.spring.el.AccessRestrictionExpressionRoot
-
- AccessToken - Class in org.craftercms.profile.api
-
Access token given to applications that need to access the REST API, acting for any tenant of a list.
- AccessToken() - Constructor for class org.craftercms.profile.api.AccessToken
-
- 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
-
- AccessTokenController - Class in org.craftercms.profile.management.web.controllers
-
MVC Controller for displaying and modifying tenants.
- AccessTokenController() - Constructor for class org.craftercms.profile.management.web.controllers.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
-
- accessTokenId - Variable in class org.craftercms.profile.services.impl.SingleAccessTokenIdResolver
-
- accessTokenIdResolver - Variable in class org.craftercms.profile.services.impl.AbstractProfileRestClientBase
-
- AccessTokenIdResolver - Interface in org.craftercms.profile.services.impl
-
Resolves the access token ID to use for REST calls to profile.
- accessTokenListTypeRef - Static variable in class org.craftercms.profile.services.impl.AccessTokenServiceRestClient
-
- accessTokenRepository - Variable in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
-
- AccessTokenRepository - Interface in org.craftercms.profile.repositories
-
- accessTokenRepository - Variable in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
-
- AccessTokenRepositoryImpl - Class in org.craftercms.profile.repositories.impl
-
- AccessTokenRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.AccessTokenRepositoryImpl
-
- AccessTokenService - Interface in org.craftercms.profile.api.services
-
Service for managing access tokens.
- accessTokenService - Variable in class org.craftercms.profile.controllers.rest.AccessTokenController
-
- AccessTokenServiceImpl - Class in org.craftercms.profile.services.impl
-
- AccessTokenServiceImpl() - Constructor for class org.craftercms.profile.services.impl.AccessTokenServiceImpl
-
- AccessTokenServiceRestClient - Class in org.craftercms.profile.services.impl
-
- AccessTokenServiceRestClient() - Constructor for class org.craftercms.profile.services.impl.AccessTokenServiceRestClient
-
- 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
-
- Action - Enum in org.craftercms.profile.management.security.permissions
-
The actions that a user can execute in the admin console.
- addAttributeDefinitions(String, Collection<AttributeDefinition>) - Method in interface org.craftercms.profile.api.services.TenantService
-
Adds the given attribute definitions to the specified tenant.
- 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(String, Collection<AttributeDefinition>) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- 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
-
- addConnectionData(Profile, ConnectionData, TextEncryptor) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Adds the specified ConnectionData
to the profile.
- addCookies() - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- addDefaultValue(String, String, Object) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- addProfileAttachment(String, String, InputStream) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Saves a Profile Attachment
- addProfileAttachment(String, String, InputStream) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- addProfileAttachment(String, String, InputStream) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- addProfileLastModifiedCookie(long) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- addProjection(FindOne, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
-
- addProjection(Find, String...) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
-
- addProviderProfileInfo(Profile, UserProfile) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Adds the info from the provider profile to the specified profile.
- addQueryParams(String, MultiValueMap<String, String>, boolean) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- addRange(Find, Integer, Integer) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
-
- addRememberMeCookie(String, HttpServletResponse) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- addRoles(String, Collection<String>, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Assigns roles to the profile.
- addRoles(String, Collection<String>) - Method in interface org.craftercms.profile.api.services.TenantService
-
Adds the given roles to the specified tenant.
- addRoles(String, Collection<String>, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- addRoles(String, Collection<String>) - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- addRoles(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- addRoles(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- addRoles(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- addRoles(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- addRoles(Collection<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- AddSecurityCookiesProcessor - Class in org.craftercms.security.processors.impl
-
RequestSecurityProcessor
implementation that creates a wrapper so that
the ticket and profile last update cookies are added to the response, just before it is sent to the client.
- AddSecurityCookiesProcessor() - Constructor for class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor
-
- AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper - Class in org.craftercms.security.processors.impl
-
- AddSecurityCookiesResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- addSort(Find, String, SortOrder) - Method in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
-
- addTicketCookie(String) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- AllTenantsResolver - Class in org.craftercms.security.utils.tenant
-
- AllTenantsResolver() - Constructor for class org.craftercms.security.utils.tenant.AllTenantsResolver
-
- alwaysUseDefaultTargetUrl - Variable in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- ANY_APPLICATION - Static variable in class org.craftercms.profile.api.AttributePermission
-
- ANY_TENANT - Static variable in class org.craftercms.profile.api.TenantPermission
-
- application - Variable in class org.craftercms.profile.api.AttributePermission
-
- args - Variable in exception org.craftercms.profile.api.exceptions.I10nProfileException
-
- ATTRIBUTE_FIELD_PREFIX - Static variable in class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
-
- ATTRIBUTE_TYPE_KEY - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- ATTRIBUTE_TYPE_LARGE_TEXT - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- ATTRIBUTE_TYPE_STRING_LIST - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- ATTRIBUTE_TYPE_TEXT - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- AttributeAction - Enum in org.craftercms.profile.api
-
Enum with the actions that can be executed on attributes by applications.
- 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
-
- AttributeDefinition - Class in org.craftercms.profile.api
-
Represents the definition of an attribute in a tenant.
- AttributeDefinition() - Constructor for class org.craftercms.profile.api.AttributeDefinition
-
- AttributeDefinition(String) - Constructor for class org.craftercms.profile.api.AttributeDefinition
-
- 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
-
- AttributePermission - Class in org.craftercms.profile.api
-
Permission
specific for attributes.
- AttributePermission() - Constructor for class org.craftercms.profile.api.AttributePermission
-
- AttributePermission(String) - Constructor for class org.craftercms.profile.api.AttributePermission
-
- 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 interface org.craftercms.profile.api.services.AuthenticationService
-
Authenticates the user, and returns a ticket identifying the authentication.
- 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
-
- authenticate(String, String, String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- authenticate(String) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- authenticateUser(String, String, String) - Method in interface org.craftercms.security.authentication.AuthenticationManager
-
Authenticates a user.
- authenticateUser(String[], String, String) - Method in interface org.craftercms.security.authentication.AuthenticationManager
-
Authenticates a user.
- authenticateUser(Profile) - Method in interface org.craftercms.security.authentication.AuthenticationManager
-
Authenticates a user just with it's profile ID.
- authenticateUser(Profile, boolean) - Method in interface org.craftercms.security.authentication.AuthenticationManager
-
Authenticates a user just with it's profile ID.
- authenticateUser(String, String, String) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- authenticateUser(String[], String, String) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- authenticateUser(Profile) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- authenticateUser(Profile, boolean) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- Authentication - Interface in org.craftercms.security.authentication
-
Represents a successful authentication.
- AUTHENTICATION_EXCEPTION_SESSION_ATTRIBUTE - Static variable in class org.craftercms.security.utils.SecurityUtils
-
- AUTHENTICATION_REQUEST_ATTRIBUTE_NAME - Static variable in class org.craftercms.security.utils.SecurityUtils
-
- AuthenticationCache - Interface in org.craftercms.security.authentication
-
- authenticationCache - Variable in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- authenticationCache - Variable in class org.craftercms.security.utils.profile.RefreshCurrentAuthenticationOnProfileUpdateAspect
-
- AuthenticationController - Class in org.craftercms.profile.controllers.rest
-
REST controller for the authentication service.
- AuthenticationController() - Constructor for class org.craftercms.profile.controllers.rest.AuthenticationController
-
- AuthenticationException - Exception in org.craftercms.security.exception
-
General exception thrown by the authentication service.
- AuthenticationException() - Constructor for exception org.craftercms.security.exception.AuthenticationException
-
- AuthenticationException(String) - Constructor for exception org.craftercms.security.exception.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception org.craftercms.security.exception.AuthenticationException
-
- AuthenticationException(Throwable) - Constructor for exception org.craftercms.security.exception.AuthenticationException
-
- AuthenticationHeadersLoginProcessor - Class in org.craftercms.security.processors.impl
-
RequestSecurityProcessor
that auto logins a user through the headers
provided by the Apache mod_auth_mellon SAML authentication module.
- AuthenticationHeadersLoginProcessor() - Constructor for class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- AuthenticationManager - Interface in org.craftercms.security.authentication
-
Manages authentication.
- authenticationManager - Variable in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- authenticationManager - Variable in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- authenticationManager - Variable in class org.craftercms.security.processors.impl.CurrentAuthenticationResolvingProcessor
-
- authenticationManager - Variable in class org.craftercms.security.processors.impl.LoginProcessor
-
- authenticationManager - Variable in class org.craftercms.security.processors.impl.LogoutProcessor
-
- authenticationManager - Variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- AuthenticationManagerImpl - Class in org.craftercms.security.authentication.impl
-
- AuthenticationManagerImpl() - Constructor for class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- AuthenticationRequiredException - Exception in org.craftercms.security.exception
-
Thrown if the user is required to authenticate to access a resource.
- AuthenticationRequiredException(String) - Constructor for exception org.craftercms.security.exception.AuthenticationRequiredException
-
- AuthenticationRequiredException(String, Throwable) - Constructor for exception org.craftercms.security.exception.AuthenticationRequiredException
-
- AuthenticationRequiredHandler - Interface in org.craftercms.security.authentication
-
Handles the request when authentication is required.
- authenticationRequiredHandler - Variable in class org.craftercms.security.processors.impl.SecurityExceptionProcessor
-
- AuthenticationRequiredHandlerImpl - Class in org.craftercms.security.authentication.impl
-
Default implementation of
AuthenticationRequiredHandler
:
Saves the current request so it can be reused after successful login.
Redirects to the login form URL.
- AuthenticationRequiredHandlerImpl() - Constructor for class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
Default constructor
- AuthenticationService - Interface in org.craftercms.profile.api.services
-
Service for handling authentication for users.
- authenticationService - Variable in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- authenticationService - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- authenticationService - Variable in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- authenticationService - Variable in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- AuthenticationServiceImpl - Class in org.craftercms.profile.services.impl
-
- AuthenticationServiceImpl() - Constructor for class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- AuthenticationServiceRestClient - Class in org.craftercms.profile.services.impl
-
- AuthenticationServiceRestClient() - Constructor for class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- AuthenticationSystemException - Exception in org.craftercms.security.exception
-
Thrown when something in the authentication system fails.
- AuthenticationSystemException() - Constructor for exception org.craftercms.security.exception.AuthenticationSystemException
-
- AuthenticationSystemException(String) - Constructor for exception org.craftercms.security.exception.AuthenticationSystemException
-
- AuthenticationSystemException(String, Throwable) - Constructor for exception org.craftercms.security.exception.AuthenticationSystemException
-
- authorizationToken - Variable in class org.craftercms.profile.controllers.rest.MonitoringController
-
- AuthorizationUtils - Class in org.craftercms.profile.management.security
-
Authorization related utility methods.
- autoLogin(RequestContext) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- autoLogin(RequestContext) - Method in interface org.craftercms.security.authentication.RememberMeManager
-
Attempts auto login if a remember me cookie is present in the current request
- AVATAR_LINK_ATTRIBUTE_NAME - Static variable in class org.craftercms.security.utils.social.ConnectionUtils
-
- cache - Variable in class org.craftercms.security.authentication.impl.EhCacheAuthenticationCache
-
- chainAllTenants - Variable in class org.craftercms.security.utils.tenant.TenantsResolverChain
-
- changePassword(String, String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Changes a profile's password, after a reset request has been sent.
- 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
-
- changePassword(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- 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 - Variable in class org.craftercms.profile.api.Tenant
-
- cleanseAttributes(Tenant, Map<String, Object>) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- clearSession(HttpServletRequest) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- complete(String, String, HttpServletRequest) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- complete(String, String, HttpServletRequest, Set<String>, Map<String, Object>) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- complete(String, String, HttpServletRequest, Set<String>, Map<String, Object>, ConnectSupport) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- complete(String, String, HttpServletRequest) - Method in interface org.craftercms.security.social.ProviderLoginSupport
-
Completes the OAuth authentication, returning the resulting
Authentication
object, or null if it
couldn't be completed.
- complete(String, String, HttpServletRequest, Set<String>, Map<String, Object>) - Method in interface org.craftercms.security.social.ProviderLoginSupport
-
Completes the OAuth authentication, returning the resulting
Authentication
object, or null if it
couldn't be completed.
- complete(String, String, HttpServletRequest, Set<String>, Map<String, Object>, ConnectSupport) - Method in interface org.craftercms.security.social.ProviderLoginSupport
-
Completes the OAuth authentication, returning the resulting
Authentication
object, or null if it
couldn't be completed.
- completeConnection(ConnectSupport, String, HttpServletRequest) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- connectionDataToMap(ConnectionData, TextEncryptor) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Creates a new map from the specified ConnectionData
.
- connectionFactoryLocator - Variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- CONNECTIONS_ATTRIBUTE_NAME - Static variable in class org.craftercms.security.utils.social.ConnectionUtils
-
- ConnectionUtils - Class in org.craftercms.security.utils.social
-
Utility methods related with connections with providers.
- ConnectionUtils() - Constructor for class org.craftercms.security.utils.social.ConnectionUtils
-
- connectSupport - Variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- cookiesAdded - Variable in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- CookieTheftException - Exception in org.craftercms.security.exception.rememberme
-
Thrown when a remember me cookie has been possibly stolen and is being used.
- CookieTheftException(String) - Constructor for exception org.craftercms.security.exception.rememberme.CookieTheftException
-
- CookieTheftException(String, Throwable) - Constructor for exception org.craftercms.security.exception.rememberme.CookieTheftException
-
- 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.
- createAccessToken(AccessToken) - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- createBaseParams() - Method in class org.craftercms.profile.services.impl.AbstractProfileRestClientBase
-
- createExpressionRoot(HttpServletRequest) - Method in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
- createPersistentLogin(String) - Method in interface org.craftercms.profile.api.services.AuthenticationService
-
Creates a persistent login, use for remember me functionality.
- createPersistentLogin(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- createPersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- createPersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- createProfile(String, String, String, String, boolean, Set<String>, Map<String, Object>, String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Creates a new profile for a specific tenant name.
- createProfile(String, String, String, String, boolean, Set<String>, String, String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- createProfile(Profile) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- createProfile(String, String, String, String, boolean, Set<String>, Map<String, Object>, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- createProfile(String, String, String, String, boolean, Set<String>, Map<String, Object>, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- createProfile(String, Connection<?>, Profile) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- createProfile(Connection<?>) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Creates a profile from the specified connection.
- createProfileWithSsoInfo(String, Tenant, HttpServletRequest) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- createRequestContext(HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
Returns a new RequestContext
, using the specified HttpServletRequest
and HttpServletResponse
.
- createTenant(Tenant) - Method in interface org.craftercms.profile.api.services.TenantService
-
Creates the given tenant, failing if it already has been created.
- createTenant(Tenant) - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- createTenant(Tenant) - Method in class org.craftercms.profile.management.web.controllers.TenantController
-
- createTenant(Tenant) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- createTenant(Tenant) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- createTicket(String) - Method in interface org.craftercms.profile.api.services.AuthenticationService
-
Create a new ticket for the specified profile.
- createTicket(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- createTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- createTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- createToken(AccessToken) - Method in interface org.craftercms.profile.api.services.AccessTokenService
-
Creates a new access token.
- createToken(AccessToken) - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
-
- createToken(AccessToken) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
-
- createToken(AccessToken) - Method in class org.craftercms.profile.services.impl.AccessTokenServiceRestClient
-
- 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 interface org.craftercms.profile.api.services.ProfileService
-
Creates a token that can be sent to the user in an email as a link.
- createVerificationToken(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- createVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- createVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- createVerificationUrl(String, String) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
-
- CurrentAuthenticationResolvingProcessor - Class in org.craftercms.security.processors.impl
-
Obtains and sets the authentication for the current request.
- CurrentAuthenticationResolvingProcessor() - Constructor for class org.craftercms.security.processors.impl.CurrentAuthenticationResolvingProcessor
-
- CurrentUserSubjectResolver - Class in org.craftercms.profile.management.security.permissions
-
SubjectResolver
that returns the currently authenticated
profile
- CurrentUserSubjectResolver() - Constructor for class org.craftercms.profile.management.security.permissions.CurrentUserSubjectResolver
-
- getAbsoluteUrlWithAccessTokenIdParam(String) - Method in class org.craftercms.profile.services.impl.AbstractProfileRestClientBase
-
- getAccessToken(HttpServletRequest) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
-
- getAccessToken(String) - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- getAccessToken(HttpServletRequest) - Static method in class org.craftercms.profile.utils.AccessTokenUtils
-
- getAccessTokenId() - Method in interface org.craftercms.profile.services.impl.AccessTokenIdResolver
-
- getAccessTokenId() - Method in class org.craftercms.profile.services.impl.SingleAccessTokenIdResolver
-
- getAllAccessTokens() - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- getAllTenants() - Method in interface org.craftercms.profile.api.services.TenantService
-
Returns a list with all the tenants.
- getAllTenants() - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- getAllTenants() - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- getAllTenants() - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- getAllTokens() - Method in interface org.craftercms.profile.api.services.AccessTokenService
-
Returns all the access tokens in the DB.
- getAllTokens() - Method in class org.craftercms.profile.controllers.rest.AccessTokenController
-
- getAllTokens() - Method in class org.craftercms.profile.services.impl.AccessTokenServiceImpl
-
- getAllTokens() - Method in class org.craftercms.profile.services.impl.AccessTokenServiceRestClient
-
- getApplication() - Method in class org.craftercms.profile.api.AccessToken
-
Returns the name of the application accessing Crafter Profile.
- getApplication() - Method in class org.craftercms.profile.api.AttributePermission
-
- 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
-
- getAttribute(String) - Method in class org.craftercms.profile.api.Profile
-
- getAttributeDefinitions() - Method in class org.craftercms.profile.api.Tenant
-
Returns the definitions of attributes that users of this tenant can have.
- getAttributes() - Method in class org.craftercms.profile.api.Profile
-
- getAttributes(String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the attributes of a profile.
- getAttributes(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getAttributes(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getAttributes(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getAuthentication(String) - Method in interface org.craftercms.security.authentication.AuthenticationCache
-
Returns the cached authentication for the given ticket.
- getAuthentication(String, boolean) - Method in interface org.craftercms.security.authentication.AuthenticationManager
-
Returns the authentication associated to the given ticket ID
- getAuthentication(String, boolean) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- getAuthentication(String) - Method in class org.craftercms.security.authentication.impl.EhCacheAuthenticationCache
-
- getAuthentication(HttpServletRequest) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Returns the authentication attribute from the specified request.
- getAvailableRoles() - Method in class org.craftercms.profile.api.Tenant
-
Returns the available roles that can be assigned to users of this tenant.
- getConfiguredToken() - Method in class org.craftercms.profile.controllers.rest.MonitoringController
-
- getConnectionData(Profile, String, TextEncryptor) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Returns the list of ConnectionData
associated to the provider ID of
the specified profile
- getConnectionFactory(String) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- getContentType() - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- getCreatedOn() - Method in class org.craftercms.profile.api.Profile
-
- getCurrentAuthentication() - Static method in class org.craftercms.security.utils.SecurityUtils
-
Returns the authentication attribute from the current request.
- getCurrentProfile() - Static method in class org.craftercms.security.utils.SecurityUtils
-
Returns the profile from authentication attribute from the current request.
- getCurrentSubject() - Method in class org.craftercms.profile.management.security.permissions.CurrentUserSubjectResolver
-
- getCurrentSubject() - Method in class org.craftercms.profile.permissions.AccessTokenSubjectResolver
-
- getCurrentTenantName() - Static method in class org.craftercms.security.utils.tenant.TenantUtils
-
Returns the current tenant name, which is the tenant of the currently authenticated profile.
- getCurrentToken() - Static method in class org.craftercms.profile.utils.AccessTokenUtils
-
- getDefaultTargetUrl() - Method in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- getDefaultValue() - Method in class org.craftercms.profile.api.AttributeDefinition
-
Returns the default value for all attributes.
- getDetailMessage() - Method in exception org.craftercms.profile.exceptions.ProfileRestServiceException
-
- getEmail() - Method in class org.craftercms.profile.api.Profile
-
- getError() - Method in exception org.craftercms.security.exception.OAuth2Exception
-
- getErrorCode() - Method in class org.craftercms.profile.api.exceptions.ErrorDetails
-
- getErrorCode() - Method in exception org.craftercms.profile.exceptions.ProfileRestServiceException
-
- getErrorDescription() - Method in exception org.craftercms.security.exception.OAuth2Exception
-
- getErrorPageUrl() - Method in class org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl
-
- getErrorUri() - Method in exception org.craftercms.security.exception.OAuth2Exception
-
- getExpiresOn() - Method in class org.craftercms.profile.api.AccessToken
-
Returns the date of expiration of this token (when it becomes invalid)
- getFailedLoginAttempts() - Method in class org.craftercms.profile.api.Profile
-
- getFileName() - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- getFileSize() - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- getFileSizeBytes() - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- getFinalQuery(Tenant, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getGlobalPermission(Profile) - Method in class org.craftercms.profile.management.security.permissions.ProfilePermissionResolver
-
- getGlobalPermission(Profile) - Method in class org.craftercms.profile.management.security.permissions.TenantPermissionResolver
-
- getGlobalPermission(AccessToken) - Method in class org.craftercms.profile.permissions.AttributePermissionResolver
-
- getGlobalPermission(AccessToken) - Method in class org.craftercms.profile.permissions.TenantPermissionResolver
-
- getId() - Method in class org.craftercms.profile.api.AccessToken
-
Returns the ID of the access token.
- getId() - Method in class org.craftercms.profile.api.PersistentLogin
-
- getId() - Method in class org.craftercms.profile.api.Profile
-
- getId() - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- getId() - Method in class org.craftercms.profile.api.Tenant
-
Returns the tenant's DB ID.
- getId() - Method in class org.craftercms.profile.api.Ticket
-
- getId() - Method in class org.craftercms.profile.api.VerificationToken
-
- getLastFailedLogin() - Method in class org.craftercms.profile.api.Profile
-
- getLastModified() - Method in class org.craftercms.profile.api.Profile
-
- getLastProcessorInChain(FilterChain) - Method in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
Returns the last processor of the chain, which should actually call the FilterChain
.
- getLastRequestTime() - Method in class org.craftercms.profile.api.Ticket
-
- getLoggedInUser() - Method in class org.craftercms.profile.management.web.controllers.ModelAttributes
-
- getLoginFormUrl() - Method in class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
- getMd5() - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- getMessage() - Method in class org.craftercms.profile.api.exceptions.ErrorDetails
-
- getMessage() - Method in exception org.craftercms.profile.api.exceptions.I10nProfileException
-
- getMetadata() - Method in class org.craftercms.profile.api.AttributeDefinition
-
Returns the additional metadata associated to an attribute (like label, type, etc.).
- getModule() - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
- getName() - Method in class org.craftercms.profile.api.AttributeDefinition
-
Returns the name of the attribute.
- getName() - Method in class org.craftercms.profile.api.Tenant
-
Returns the name of the tenant.
- getNonNullProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getOutputStream() - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- getPassword() - Method in class org.craftercms.profile.api.Profile
-
- getPassword(HttpServletRequest) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- getPermission(Profile, Profile) - Method in class org.craftercms.profile.management.security.permissions.ProfilePermissionResolver
-
- getPermission(Profile, String) - Method in class org.craftercms.profile.management.security.permissions.TenantPermissionResolver
-
- getPermission(AccessToken, AttributeDefinition) - Method in class org.craftercms.profile.permissions.AttributePermissionResolver
-
- getPermission(AccessToken, String) - Method in class org.craftercms.profile.permissions.TenantPermissionResolver
-
- getPersistentLogin(String) - Method in interface org.craftercms.profile.api.services.AuthenticationService
-
Returns the persistent login object for the given ID.
- getPersistentLogin(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- getPersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- getPersistentLogin(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- getPersistentLoginFromCookie(HttpServletRequest) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- getProfile(String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the profile for the specified ID.
- getProfile(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getProfile(String) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- getProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfile() - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- getProfile() - Method in interface org.craftercms.security.authentication.Authentication
-
Returns the profile associated to the authentication.
- getProfile() - Method in class org.craftercms.security.authentication.impl.DefaultAuthentication
-
- getProfile(String, Profile) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- getProfile(HttpServletRequest) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Returns the profile from authentication attribute from the specified request.
- getProfileAttachment(String, String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Given the Attachment Id and the Profile Id, gets the Actual Attachment.
- getProfileAttachment(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfileAttachment(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileAttachmentInformation(String, String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Gets Profile attachment Information.
- getProfileAttachmentInformation(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfileAttachmentInformation(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileAttachments(String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
List all Attachments for the given profile.
- getProfileAttachments(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfileAttachments(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileByIds(List<String>, String, SortOrder, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getProfileByQuery(String, String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the single profile that matches the specified query
- 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
-
- getProfileByQuery(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileByTicket(String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the profile for the specified ticket.
- getProfileByTicket(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getProfileByTicket(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfileByTicket(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileByUsername(String, String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the user for the specified tenant and username
- 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
-
- getProfileByUsername(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileCount(String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the number of profiles of the specified tenant.
- getProfileCount(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getProfileCount(String, String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getProfileCount(String, String) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- getProfileCount(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfileCount(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileCountByQuery(String, String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the number of profiles that match the query for the specified tenant.
- getProfileCountByQuery(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getProfileCountByQuery(String, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfileId() - Method in class org.craftercms.profile.api.PersistentLogin
-
- getProfileId() - Method in class org.craftercms.profile.api.Ticket
-
- getProfileId() - Method in class org.craftercms.profile.api.VerificationToken
-
- getProfileLastModifiedCookie(HttpServletRequest) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Returns the last modified timestamp cookie from the request.
- getProfileList(String, String, String, SortOrder, Integer, Integer) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- getProfileRange(String, String, SortOrder, Integer, Integer, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns a range of profiles for the specified tenant.
- 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
-
- getProfileRange(String, String, SortOrder, Integer, Integer, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfilesByAttributeValue(String, String, String, String, SortOrder, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the list of profiles that have the given attribute with the given value.
- 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
-
- getProfilesByAttributeValue(String, String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfilesByExistingAttribute(String, String, String, SortOrder, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the list of profiles that have the given attribute, with any value
- 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
-
- getProfilesByExistingAttribute(String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfilesByIds(List<String>, String, SortOrder, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns a list of profiles for the specified list of IDs.
- getProfilesByIds(List<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.ProfileServiceRestClient
-
- getProfilesByQuery(String, String, String, SortOrder, Integer, Integer, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the profiles that match the specified query.
- 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
-
- getProfilesByQuery(String, String, String, SortOrder, Integer, Integer, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getProfilesByRole(String, String, String, SortOrder, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns a list of profiles for a specific role and tenant.
- 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
-
- getProfilesByRole(String, String, String, SortOrder, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getRememberMe(HttpServletRequest) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- getRememberMeCookie(HttpServletRequest) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- getRequestUrl(HttpServletRequest) - Method in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
Returns the request URL without the context path.
- getResourceBundle() - Method in exception org.craftercms.profile.api.exceptions.I10nProfileException
-
- getRoles() - Method in class org.craftercms.profile.api.Profile
-
- getSsoEnabledTenant(String[]) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- getStatus() - Method in exception org.craftercms.profile.exceptions.ProfileRestServiceException
-
- getSupportedEntitlements() - Method in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
- getTargetUrl() - Method in class org.craftercms.security.authentication.impl.LoginFailureHandlerImpl
-
- getTargetUrl() - Method in class org.craftercms.security.authentication.impl.LogoutSuccessHandlerImpl
-
- getTenant() - Method in class org.craftercms.profile.api.PersistentLogin
-
- getTenant() - Method in class org.craftercms.profile.api.Profile
-
- getTenant(String) - Method in interface org.craftercms.profile.api.services.TenantService
-
Returns a tenant.
- getTenant() - Method in class org.craftercms.profile.api.TenantPermission
-
- getTenant() - Method in class org.craftercms.profile.api.Ticket
-
- getTenant() - Method in class org.craftercms.profile.api.VerificationToken
-
- getTenant(String) - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- getTenant(String) - Method in class org.craftercms.profile.management.web.controllers.TenantController
-
- getTenant(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getTenant(String) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- getTenant(String) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- getTenant() - Method in class org.craftercms.profile.utils.db.TenantUpdater
-
- getTenantCount() - Method in interface org.craftercms.profile.api.services.TenantService
-
Returns the total number of tenants.
- getTenantCount() - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- getTenantCount() - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- getTenantCount() - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- getTenantNames() - Method in class org.craftercms.profile.management.web.controllers.TenantController
-
- getTenantNames(TenantService) - Static method in class org.craftercms.security.utils.tenant.TenantUtils
-
Returns a list with the names of all tenants.
- getTenantPermissions() - Method in class org.craftercms.profile.api.AccessToken
-
Returns the tenant permissions the application has.
- getTenants() - Method in class org.craftercms.security.utils.tenant.AllTenantsResolver
-
- getTenants() - Method in class org.craftercms.security.utils.tenant.DefaultTenantsResolver
-
- getTenants() - Method in class org.craftercms.security.utils.tenant.ParamTenantsResolver
-
- getTenants() - Method in interface org.craftercms.security.utils.tenant.TenantsResolver
-
Returns the tenants the application can use.
- getTenants() - Method in class org.craftercms.security.utils.tenant.TenantsResolverChain
-
- getTicket(String) - Method in interface org.craftercms.profile.api.services.AuthenticationService
-
Returns the ticket object for the given ticket ID.
- getTicket(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- getTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- getTicket(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- getTicket() - Method in interface org.craftercms.security.authentication.Authentication
-
Returns the ticket that identifies the authentication.
- getTicket() - Method in class org.craftercms.security.authentication.impl.DefaultAuthentication
-
- getTicketCookie(HttpServletRequest) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Returns the ticket cookie value from the request.
- getTimestamp() - Method in class org.craftercms.profile.api.PersistentLogin
-
- getTimestamp() - Method in class org.craftercms.profile.api.VerificationToken
-
- getToken() - Method in class org.craftercms.profile.api.PersistentLogin
-
- getToken(String) - Method in interface org.craftercms.profile.api.services.AccessTokenService
-
Returns the token for the given ID.
- 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.AccessTokenServiceRestClient
-
- 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
- getTokenExpectedValue() - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- getUrlRestrictions() - Method in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
- getUsername() - Method in class org.craftercms.profile.api.Profile
-
- getUsername(HttpServletRequest) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- getVerificationToken(String) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Returns the verification token that corresponds to the given ID.
- getVerificationToken(String) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- getVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- getVerificationToken(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- getWriter() - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- PAGE_HEADER_NEW - Static variable in class org.craftercms.profile.management.web.controllers.TenantController
-
- PAGE_HEADER_UPDATE - Static variable in class org.craftercms.profile.management.web.controllers.TenantController
-
- PARAM_ACCESS_TOKEN_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ATTRIBUTE_NAME - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ATTRIBUTE_TO_RETURN - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ATTRIBUTE_VALUE - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ATTRIBUTES - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_CODE - Static variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- PARAM_COUNT - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_COUNT - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PARAM_EMAIL - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ENABLED - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ERROR - Static variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- PARAM_ERROR_DESCRIPTION - Static variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- PARAM_ERROR_URI - Static variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- PARAM_FILENAME - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_NEW_PASSWORD - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_OAUTH_TOKEN - Static variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- PARAM_PASSWORD - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_PROFILE_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_QUERY - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_QUERY - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PARAM_RESET_PASSWORD_URL - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_RESET_TOKEN_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_ROLE - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_SORT_BY - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_SORT_BY - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PARAM_SORT_ORDER - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_SORT_ORDER - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PARAM_START - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_START - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PARAM_TENANT_NAME - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_TENANT_NAME - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PARAM_TICKET_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_TOKEN_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_USERNAME - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_VERIFICATION_TOKEN_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_VERIFICATION_URL - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PARAM_VERIFY - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- 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
-
- ParamTenantsResolver - Class in org.craftercms.security.utils.tenant
-
- ParamTenantsResolver() - Constructor for class org.craftercms.security.utils.tenant.ParamTenantsResolver
-
- passwordParameter - Variable in class org.craftercms.security.processors.impl.LoginProcessor
-
- PATH_VAR_ATTACHMENT - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PATH_VAR_ID - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PATH_VAR_ID - Static variable in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- PATH_VAR_ID - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- PATH_VAR_NAME - Static variable in class org.craftercms.profile.api.ProfileConstants
-
- PATH_VAR_NAME - Static variable in class org.craftercms.profile.management.web.controllers.TenantController
-
- pathMatcher - Variable in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
- pathMatcher - Variable in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
- permissionEvaluator - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- permissionEvaluator - Variable in class org.craftercms.profile.services.impl.VerificationServiceImpl
-
- permitAll() - Method in class org.craftercms.security.utils.spring.el.AccessRestrictionExpressionRoot
-
Always returns true (allow access to everyone).
- PersistentLogin - Class in org.craftercms.profile.api
-
Represents a persistent authentication or login, triggered by remember me functionality.
- PersistentLogin() - Constructor for class org.craftercms.profile.api.PersistentLogin
-
- PersistentLoginRepository - Interface in org.craftercms.profile.repositories
-
- persistentLoginRepository - Variable in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- PersistentLoginRepositoryImpl - Class in org.craftercms.profile.repositories.impl
-
- PersistentLoginRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.PersistentLoginRepositoryImpl
-
- postProcessAfterInitialization(Object, String) - Method in class org.craftercms.security.utils.spring.SecurityEnabledAwareProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.craftercms.security.utils.spring.SecurityEnabledAwareProcessor
-
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
-
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor
-
Wraps the response in a wrapper that adds (or deletes) the security cookies before the response is sent.
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.CurrentAuthenticationResolvingProcessor
-
Sets the authentication for the current request.
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
Checks if the request URL matches the loginUrl
and the HTTP method matches the loginMethod
.
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.LogoutProcessor
-
Checks if the request URL matches the logoutUrl
and the HTTP method matches the logoutMethod
.
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor
-
- processRequest(RequestContext) - Method in class org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl
-
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor
-
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.SavedRequestAwareProcessor
-
Checks if there's a request in the request cache (which means that a previous request was cached).
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.SecurityExceptionProcessor
-
Catches any exception thrown by the processor chain.
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
Matches the request URL against the keys of the restriction
map, which are ANT-style path patterns.
- processRequest(RequestContext, RequestSecurityProcessorChain) - Method in interface org.craftercms.security.processors.RequestSecurityProcessor
-
Processes a request, enforcing security when required.
- processRequest(RequestContext) - Method in interface org.craftercms.security.processors.RequestSecurityProcessorChain
-
Calls the next processor in the chain.
- Profile - Class in org.craftercms.profile.api
-
Representation of a user.
- Profile() - Constructor for class org.craftercms.profile.api.Profile
-
- profile - Variable in class org.craftercms.profile.utils.db.ProfileUpdater
-
- PROFILE_ADMIN_ROLE - Static variable in class org.craftercms.profile.management.security.AuthorizationUtils
-
- PROFILE_LAST_MODIFIED_COOKIE_NAME - Static variable in class org.craftercms.security.utils.SecurityUtils
-
- ProfileAdminProfilePermission - Class in org.craftercms.profile.management.security.permissions
-
Profile permission for the PROFILE_ADMIN role.
- ProfileAdminProfilePermission(Profile, Profile) - Constructor for class org.craftercms.profile.management.security.permissions.ProfileAdminProfilePermission
-
- ProfileAdminTenantPermission - Class in org.craftercms.profile.management.security.permissions
-
Tenant permission for the PROFILE_ADMIN role.
- ProfileAdminTenantPermission(Profile, String) - Constructor for class org.craftercms.profile.management.security.permissions.ProfileAdminTenantPermission
-
- ProfileAttachment - Class in org.craftercms.profile.api.services
-
- ProfileAttachment() - Constructor for class org.craftercms.profile.api.services.ProfileAttachment
-
- profileAttachmentListTypeRef - Static variable in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- ProfileConstants - Class in org.craftercms.profile.api
-
Common constants.
- ProfileController - Class in org.craftercms.profile.controllers.rest
-
REST controller for the profile service.
- ProfileController() - Constructor for class org.craftercms.profile.controllers.rest.ProfileController
-
- ProfileController - Class in org.craftercms.profile.management.web.controllers
-
MVC Controller for displaying and modifying profiles.
- ProfileController() - Constructor for class org.craftercms.profile.management.web.controllers.ProfileController
-
- ProfileException - Exception in org.craftercms.profile.api.exceptions
-
Root exception for profile.
- ProfileException() - Constructor for exception org.craftercms.profile.api.exceptions.ProfileException
-
- ProfileException(String) - Constructor for exception org.craftercms.profile.api.exceptions.ProfileException
-
- ProfileException(String, Throwable) - Constructor for exception org.craftercms.profile.api.exceptions.ProfileException
-
- ProfileException(Throwable) - Constructor for exception org.craftercms.profile.api.exceptions.ProfileException
-
- 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
-
- profileLastModifiedCookieManager - Variable in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor
-
- ProfileLicenseUsageProvider - Class in org.craftercms.profile.entitlement
-
Implementation of EntitlementUsageProvider
for Crafter Profile module.
- ProfileLicenseUsageProvider() - Constructor for class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
-
- profileListTypeRef - Static variable in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- ProfileLockedException - Exception in org.craftercms.profile.exceptions
-
Throw when account had too much failed attempts.
- ProfileLockedException() - Constructor for exception org.craftercms.profile.exceptions.ProfileLockedException
-
- ProfilePermissionResolver - Class in org.craftercms.profile.management.security.permissions
-
PermissionResolver
for profile permissions.
- ProfilePermissionResolver() - Constructor for class org.craftercms.profile.management.security.permissions.ProfilePermissionResolver
-
- profileRepository - Variable in class org.craftercms.profile.entitlement.ProfileLicenseUsageProvider
-
- ProfileRepository - Interface in org.craftercms.profile.repositories
-
- 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
-
- ProfileRepositoryImpl - Class in org.craftercms.profile.repositories.impl
-
- ProfileRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.ProfileRepositoryImpl
-
- ProfileRestServiceException - Exception in org.craftercms.profile.exceptions
-
- ProfileRestServiceException(HttpStatus, String) - Constructor for exception org.craftercms.profile.exceptions.ProfileRestServiceException
-
- ProfileRestServiceException(HttpStatus, ErrorCode, String) - Constructor for exception org.craftercms.profile.exceptions.ProfileRestServiceException
-
- ProfileService - Interface in org.craftercms.profile.api.services
-
Service for handling profiles.
- 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
-
- profileService - Variable in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- profileService - Variable in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- profileService - Variable in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- profileService - Variable in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- ProfileServiceImpl - Class in org.craftercms.profile.services.impl
-
- ProfileServiceImpl() - Constructor for class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- ProfileServiceImpl.UpdateCallback - Interface in org.craftercms.profile.services.impl
-
- ProfileServiceRestClient - Class in org.craftercms.profile.services.impl
-
- ProfileServiceRestClient() - Constructor for class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- 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
-
- ProviderLoginSupport - Interface in org.craftercms.security.social
-
Helper class that allows for executing logins with a social service provider like Facebook, Twitter, LinkedIn, etc.
- ProviderLoginSupportImpl - Class in org.craftercms.security.social.impl
-
- ProviderLoginSupportImpl() - Constructor for class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- putAuthentication(Authentication) - Method in interface org.craftercms.security.authentication.AuthenticationCache
-
Puts the specified authentication in the cache.
- putAuthentication(Authentication) - Method in class org.craftercms.security.authentication.impl.EhCacheAuthenticationCache
-
- redirect(HttpServletRequest, HttpServletResponse, String) - Static method in class org.craftercms.security.utils.RedirectUtils
-
Redirects to the specified URL.
- redirectToSavedRequest(HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- RedirectUtils - Class in org.craftercms.security.utils
-
Utility class for redirection.
- RedirectUtils() - Constructor for class org.craftercms.security.utils.RedirectUtils
-
- refreshCurrentAuthentication(Profile) - Method in class org.craftercms.security.utils.profile.RefreshCurrentAuthenticationOnProfileUpdateAspect
-
- RefreshCurrentAuthenticationOnProfileUpdateAspect - Class in org.craftercms.security.utils.profile
-
Aspect for
ProfileService
that refreshes the current authentication
object when the profile associated to the authentication is updated.
- RefreshCurrentAuthenticationOnProfileUpdateAspect() - Constructor for class org.craftercms.security.utils.profile.RefreshCurrentAuthenticationOnProfileUpdateAspect
-
- refreshPersistentLoginToken(String) - Method in interface org.craftercms.profile.api.services.AuthenticationService
-
Refreshes the token of the specified persistent login.
- refreshPersistentLoginToken(String) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- refreshPersistentLoginToken(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- refreshPersistentLoginToken(String) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceRestClient
-
- 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
-
- REMEMBER_ME_COOKIE_NAME - Static variable in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- RememberMeAutoLoginProcessor - Class in org.craftercms.security.processors.impl
-
RequestSecurityProcessor
that executes auto login when a valid remember
me cookie is found in the request and there's no authentication present yet.
- RememberMeAutoLoginProcessor() - Constructor for class org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor
-
- rememberMeCookieManager - Variable in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- RememberMeException - Exception in org.craftercms.security.exception.rememberme
-
Root exception for remember me related errors.
- RememberMeException(String) - Constructor for exception org.craftercms.security.exception.rememberme.RememberMeException
-
- RememberMeException(String, Throwable) - Constructor for exception org.craftercms.security.exception.rememberme.RememberMeException
-
- RememberMeManager - Interface in org.craftercms.security.authentication
-
Manages remember me functionality.
- rememberMeManager - Variable in class org.craftercms.security.processors.impl.LoginProcessor
-
- rememberMeManager - Variable in class org.craftercms.security.processors.impl.LogoutProcessor
-
- rememberMeManager - Variable in class org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor
-
- RememberMeManagerImpl - Class in org.craftercms.security.authentication.impl
-
- RememberMeManagerImpl() - Constructor for class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- rememberMeParameter - Variable in class org.craftercms.security.processors.impl.LoginProcessor
-
- 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 interface org.craftercms.profile.api.services.TenantService
-
Removes the given attribute definitions from the specified 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(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- 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 interface org.craftercms.profile.api.services.ProfileService
-
Removes a list of attributes of a profile.
- 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(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- removeAttributes(Collection<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- removeAuthentication(String) - Method in interface org.craftercms.security.authentication.AuthenticationCache
-
Removes the authentication associated to the given ticket from the cache.
- removeAuthentication(String) - Method in class org.craftercms.security.authentication.impl.EhCacheAuthenticationCache
-
- removeAuthentication(HttpServletRequest) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Removes the authentication attribute from the specified request.
- 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.
- removeConnectionData(Profile, String) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Remove all ConnectionData
associated to the specified provider ID.
- removeConnectionData(String, String, Profile) - Static method in class org.craftercms.security.utils.social.ConnectionUtils
-
Remove the ConnectionData
associated to the provider ID and user ID.
- removeCurrentAuthentication() - Static method in class org.craftercms.security.utils.SecurityUtils
-
Removes the authentication attribute from the current request.
- 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>, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Removes assigned roles from a profile.
- removeRoles(String, Collection<String>) - Method in interface org.craftercms.profile.api.services.TenantService
-
Removes the given roles from the specified tenant.
- removeRoles(String, Collection<String>, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- removeRoles(String, Collection<String>) - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- removeRoles(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- removeRoles(String, Collection<String>, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- removeRoles(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- removeRoles(String, Collection<String>) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- 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.
- request - Variable in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- requestCache - Variable in class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
- requestCache - Variable in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- requestCache - Variable in class org.craftercms.security.processors.impl.SavedRequestAwareProcessor
-
- RequestSecurityFilter - Class in org.craftercms.security.servlet.filters
-
Filter for running security.
- RequestSecurityFilter() - Constructor for class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
- RequestSecurityProcessor - Interface in org.craftercms.security.processors
-
Implementations should process a request to enforce a security aspect (authentication, authorization, etc.).
- RequestSecurityProcessorChain - Interface in org.craftercms.security.processors
-
- RequestSecurityProcessorChainImpl - Class in org.craftercms.security.processors.impl
-
Default implementation of a handler chain, using an iterator.
- RequestSecurityProcessorChainImpl(Iterator<RequestSecurityProcessor>) - Constructor for class org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl
-
Default constructor
- resetPassword(String, String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Sends an email to the profile's user to indicate that the password needs to be reset.
- 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
-
- resetPassword(String, String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- 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
-
- resolvers - Variable in class org.craftercms.security.utils.tenant.TenantsResolverChain
-
- ResourceNotFoundException - Exception in org.craftercms.profile.management.exceptions
-
RuntimeException
thrown when a resource (like a profile or tenant) couldn't be found
- ResourceNotFoundException(String) - Constructor for exception org.craftercms.profile.management.exceptions.ResourceNotFoundException
-
- responseWriter - Variable in class org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
- RestAccessDeniedHandler - Class in org.craftercms.security.authorization.impl
-
Implementation of
AccessDeniedHandler
for REST based applications,
which returns a 403 FORBIDDEN status with the access denied exception message.
- RestAccessDeniedHandler() - Constructor for class org.craftercms.security.authorization.impl.RestAccessDeniedHandler
-
- RestAuthenticationRequiredHandler - Class in org.craftercms.security.authentication.impl
-
Implementation of
AuthenticationRequiredHandler
for REST based
applications, which returns a 401 UNAUTHORIZED status with the authentication exception message.
- RestAuthenticationRequiredHandler() - Constructor for class org.craftercms.security.authentication.impl.RestAuthenticationRequiredHandler
-
- RestLoginFailureHandler - Class in org.craftercms.security.authentication.impl
-
Implementation of
LoginFailureHandler
for REST based applications,
which returns a 401 UNAUTHORIZED status with a the authentication exception message.
- RestLoginFailureHandler() - Constructor for class org.craftercms.security.authentication.impl.RestLoginFailureHandler
-
- RestLoginSuccessHandler - Class in org.craftercms.security.authentication.impl
-
- RestLoginSuccessHandler() - Constructor for class org.craftercms.security.authentication.impl.RestLoginSuccessHandler
-
- RestLogoutSuccessHandler - Class in org.craftercms.security.authentication.impl
-
Implementation of
LogoutSuccessHandler
for REST based applications,
which just returns a 200 OK status with a simple success message.
- RestLogoutSuccessHandler() - Constructor for class org.craftercms.security.authentication.impl.RestLogoutSuccessHandler
-
- ReturnCurrentAuthenticationProcessor - Class in org.craftercms.security.processors.impl
-
- ReturnCurrentAuthenticationProcessor() - Constructor for class org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor
-
- RunIfSecurityEnabled - Annotation Type in org.craftercms.security.annotations
-
Annotation used to indicate that a certain method should be executed only if security is enabled.
- runIfSecurityEnabled(ProceedingJoinPoint) - Method in class org.craftercms.security.aop.RunIfSecurityEnabledAspect
-
- RunIfSecurityEnabledAspect - Class in org.craftercms.security.aop
-
- RunIfSecurityEnabledAspect() - Constructor for class org.craftercms.security.aop.RunIfSecurityEnabledAspect
-
- SavedRequestAwareProcessor - Class in org.craftercms.security.processors.impl
-
Uses RequestCache
to reconstitute a previously saved request (if there's one).
- SavedRequestAwareProcessor() - Constructor for class org.craftercms.security.processors.impl.SavedRequestAwareProcessor
-
- saveException(RequestContext, AccessDeniedException) - Method in class org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl
-
- saveException(HttpServletRequest, AuthenticationException) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- saveRequest(RequestContext) - Method in class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
- securityEnabled - Variable in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
- SecurityEnabledAware - Interface in org.craftercms.security.utils
-
Interface implemented by objects that need to be notified if security is enabled or not.
- SecurityEnabledAwareProcessor - Class in org.craftercms.security.utils.spring
-
BeanPostProcessor
implementation that passes the
securityEnabled
property to beans that
implement the
SecurityEnabledAware
interface.
- SecurityEnabledAwareProcessor(boolean) - Constructor for class org.craftercms.security.utils.spring.SecurityEnabledAwareProcessor
-
- SecurityExceptionProcessor - Class in org.craftercms.security.processors.impl
-
- SecurityExceptionProcessor() - Constructor for class org.craftercms.security.processors.impl.SecurityExceptionProcessor
-
- securityProcessors - Variable in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
- SecurityProviderException - Exception in org.craftercms.security.exception
-
Root class of security provider related exceptions
- SecurityProviderException() - Constructor for exception org.craftercms.security.exception.SecurityProviderException
-
- SecurityProviderException(String) - Constructor for exception org.craftercms.security.exception.SecurityProviderException
-
- SecurityProviderException(String, Throwable) - Constructor for exception org.craftercms.security.exception.SecurityProviderException
-
- SecurityProviderException(Throwable) - Constructor for exception org.craftercms.security.exception.SecurityProviderException
-
- SecurityUtils - Class in org.craftercms.security.utils
-
Contains security utility methods.
- sendAuthentication(Authentication, RequestContext) - Method in class org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor
-
- 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.
- sendError(AuthenticationException, RequestContext) - Method in class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
- sendError(AuthenticationException, RequestContext) - Method in class org.craftercms.security.authentication.impl.LoginFailureHandlerImpl
-
- sendError(AccessDeniedException, RequestContext) - Method in class org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl
-
- sendError(int) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- sendError(int, String) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- sendErrorMessage(int, Throwable, RequestContext) - Method in class org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
- sendMessage(int, String, RequestContext) - Method in class org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
- sendObject(int, T, RequestContext) - Method in class org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
- sendRedirect(String) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.AddSecurityCookiesResponseWrapper
-
- serializeAttributes(Map<String, Object>) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- SERIALIZED_LOGIN_SEPARATOR - Static variable in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- serializeLogin(PersistentLogin) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- setAccessDeniedHandler(AccessDeniedHandler) - Method in class org.craftercms.security.processors.impl.SecurityExceptionProcessor
-
- setAccessToken(HttpServletRequest, AccessToken) - Static method in class org.craftercms.profile.utils.AccessTokenUtils
-
- setAccessTokenId(String) - Method in class org.craftercms.profile.services.impl.SingleAccessTokenIdResolver
-
- setAccessTokenIdResolver(AccessTokenIdResolver) - Method in class org.craftercms.profile.services.impl.AbstractProfileRestClientBase
-
- 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
-
- setAccessTokenService(AccessTokenService) - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- setAlwaysUseDefaultTargetUrl(boolean) - Method in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- setApplication(String) - Method in class org.craftercms.profile.api.AccessToken
-
Sets the name of the application accessing Crafter Profile.
- setAttribute(String, Object) - Method in class org.craftercms.profile.api.Profile
-
- setAttributeDefinitions(List<AttributeDefinition>) - Method in class org.craftercms.profile.api.Tenant
-
Sets the definitions of attributes that users of this tenant can have.
- 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.api.Profile
-
- setAttributes(Map<String, Object>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setAuthentication(HttpServletRequest, Authentication) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Sets the authentication attribute in the specified request.
- setAuthenticationCache(AuthenticationCache) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- setAuthenticationCache(AuthenticationCache) - Method in class org.craftercms.security.utils.profile.RefreshCurrentAuthenticationOnProfileUpdateAspect
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.craftercms.security.processors.impl.CurrentAuthenticationResolvingProcessor
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.craftercms.security.processors.impl.LogoutProcessor
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- setAuthenticationRequiredHandler(AuthenticationRequiredHandler) - Method in class org.craftercms.security.processors.impl.SecurityExceptionProcessor
-
- setAuthenticationService(AuthenticationService) - Method in class org.craftercms.profile.controllers.rest.AuthenticationController
-
- setAuthenticationService(AuthenticationService) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setAuthenticationService(AuthenticationService) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- setAuthenticationService(AuthenticationService) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- setAvailableRoles(Set<String>) - Method in class org.craftercms.profile.api.Tenant
-
Sets the available roles that can be assigned to users of this tenant.
- setAvailableRoles(Set<String>) - Method in class org.craftercms.profile.utils.db.TenantUpdater
-
- setCache(Cache) - Method in class org.craftercms.security.authentication.impl.EhCacheAuthenticationCache
-
- setChainAllTenants(boolean) - Method in class org.craftercms.security.utils.tenant.TenantsResolverChain
-
- setCleanseAttributes(boolean) - Method in class org.craftercms.profile.api.Tenant
-
- setCleanseAttributes(boolean) - Method in class org.craftercms.profile.utils.db.TenantUpdater
-
- setConnectionFactoryLocator(ConnectionFactoryLocator) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- setConnectSupport(ConnectSupport) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- setContentType(String) - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- setCreatedOn(Date) - Method in class org.craftercms.profile.api.Profile
-
- setCurrentAuthentication(Authentication) - Static method in class org.craftercms.security.utils.SecurityUtils
-
Sets the authentication attribute in the current request.
- setCurrentToken(AccessToken) - Static method in class org.craftercms.profile.utils.AccessTokenUtils
-
- setDefaultTargetUrl(String) - Method in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- setDefaultTenantNames(String[]) - Method in class org.craftercms.security.utils.tenant.DefaultTenantsResolver
-
- setDefaultValue(Object) - Method in class org.craftercms.profile.api.AttributeDefinition
-
Sets the default value of all attributes.
- setEmail(String) - Method in class org.craftercms.profile.api.Profile
-
- setEmail(String) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setEmailFactory(EmailFactory) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
-
- setEmailHeaderName(String) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setEnabled(boolean) - Method in class org.craftercms.profile.api.Profile
-
- setEnabled(boolean) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setEncryptor(TextEncryptor) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- setErrorCode(ErrorCode) - Method in class org.craftercms.profile.api.exceptions.ErrorDetails
-
- setErrorPageUrl(String) - Method in class org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl
-
Sets the error page URL to forward to.
- setExpiresOn(Date) - Method in class org.craftercms.profile.api.AccessToken
-
Sets the date of expiration of this token (when it becomes invalid)
- setFailedLoginAttempts(int) - Method in class org.craftercms.profile.api.Profile
-
- setFailedLoginAttempts(String, int, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Sets the number of failed login attempts for the profile.
- setFailedLoginAttempts(String, int, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setFailedLoginAttempts(String, int, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- setFailedLoginAttempts(int) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setFailedLoginAttemptsBeforeDelay(int) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- setFailedLoginAttemptsBeforeLock(int) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- setFileName(String) - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- setFileSize(String) - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- setFileSizeBytes(long) - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- setId(String) - Method in class org.craftercms.profile.api.AccessToken
-
Sets the ID of the access token.
- setId(String) - Method in class org.craftercms.profile.api.PersistentLogin
-
- setId(ObjectId) - Method in class org.craftercms.profile.api.Profile
-
- setId(String) - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- setId(ObjectId) - Method in class org.craftercms.profile.api.Tenant
-
Sets the tenant's DB ID.
- setId(String) - Method in class org.craftercms.profile.api.Ticket
-
- setId(String) - Method in class org.craftercms.profile.api.VerificationToken
-
- setLastFailedLogin(Date) - Method in class org.craftercms.profile.api.Profile
-
- setLastFailedLogin(String, Date, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Sets the date of the last failed login for the profile.
- setLastFailedLogin(String, Date, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setLastFailedLogin(String, Date, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- setLastFailedLogin(Date) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setLastModified(Date) - Method in class org.craftercms.profile.api.Profile
-
- setLastModified(Date) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setLastRequestTime(Date) - Method in class org.craftercms.profile.api.Ticket
-
- setLockTime(int) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- setLoginFailureHandler(LoginFailureHandler) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setLoginFormUrl(String) - Method in class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
Sets the URL of the login form page.
- setLoginMethod(String) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setLoginSuccessHandler(LoginSuccessHandler) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setLoginUrl(String) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setLogoutMethod(String) - Method in class org.craftercms.security.processors.impl.LogoutProcessor
-
- setLogoutSuccessHandler(LogoutSuccessHandler) - Method in class org.craftercms.security.processors.impl.LogoutProcessor
-
- setLogoutSuccessMessage(String) - Method in class org.craftercms.security.authentication.impl.RestLogoutSuccessHandler
-
- setLogoutUrl(String) - Method in class org.craftercms.security.processors.impl.LogoutProcessor
-
- setMaster(boolean) - Method in class org.craftercms.profile.api.AccessToken
-
Sets if this is a master token.
- setMd5(String) - Method in class org.craftercms.profile.api.services.ProfileAttachment
-
- setMellonHeaderPrefix(String) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setMessage(String) - Method in class org.craftercms.profile.api.exceptions.ErrorDetails
-
- setMetadata(Map<String, Object>) - Method in class org.craftercms.profile.api.AttributeDefinition
-
Sets the additional metadata associated to an attribute (like label, type, etc.).
- setName(String) - Method in class org.craftercms.profile.api.AttributeDefinition
-
Sets the attribute name.
- setName(String) - Method in class org.craftercms.profile.api.Tenant
-
Sets the name of the tenant.
- 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
-
- setObjectMapper(ObjectMapper) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- setPassword(String) - Method in class org.craftercms.profile.api.Profile
-
- setPassword(String) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setPasswordParameter(String) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setPathMatcher(PathMatcher) - Method in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
Sets the path matcher to use to match the URLs for restriction checking.
- 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
-
- setProfile(Profile) - Method in class org.craftercms.security.utils.spring.el.AccessRestrictionExpressionRoot
-
- setProfileId(String) - Method in class org.craftercms.profile.api.PersistentLogin
-
- setProfileId(String) - Method in class org.craftercms.profile.api.Ticket
-
- setProfileId(String) - Method in class org.craftercms.profile.api.VerificationToken
-
- setProfileLastModifiedCookieManager(CookieManager) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor
-
- setProfilePermissionEvaluator(PermissionEvaluator<Profile, Profile>) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- 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.management.web.controllers.ProfileController
-
- setProfileService(ProfileService) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- setProfileService(ProfileService) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- setProfileService(ProfileService) - Method in class org.craftercms.security.authentication.impl.AuthenticationManagerImpl
-
- setProfileService(ProfileService) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- setProfileService(ProfileService) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setProfileService(ProfileService) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- setRememberMeCookieManager(CookieManager) - Method in class org.craftercms.security.authentication.impl.RememberMeManagerImpl
-
- setRememberMeManager(RememberMeManager) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setRememberMeManager(RememberMeManager) - Method in class org.craftercms.security.processors.impl.LogoutProcessor
-
- setRememberMeManager(RememberMeManager) - Method in class org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor
-
- setRememberMeParameter(String) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setRequestCache(RequestCache) - Method in class org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl
-
Sets the cache where the current request is saved.
- setRequestCache(RequestCache) - Method in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
-
- setRequestCache(RequestCache) - Method in class org.craftercms.security.processors.impl.SavedRequestAwareProcessor
-
- 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
-
- setResolvers(List<TenantsResolver>) - Method in class org.craftercms.security.utils.tenant.TenantsResolverChain
-
- setResponseWriter(HttpMessageConvertingResponseWriter) - Method in class org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor
-
- setResponseWriter(HttpMessageConvertingResponseWriter) - Method in class org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
- setRoles(Set<String>) - Method in class org.craftercms.profile.api.Profile
-
- setRoles(Set<String>) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setSecurityEnabled(boolean) - Method in class org.craftercms.security.aop.RunIfSecurityEnabledAspect
-
- setSecurityEnabled(boolean) - Method in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
Sets if security is enabled or disabled.
- setSecurityEnabled(boolean) - Method in interface org.craftercms.security.utils.SecurityEnabledAware
-
- setSecurityProcessors(List<RequestSecurityProcessor>) - Method in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
- setServiceMethod(String) - Method in class org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor
-
- setServiceUrl(String) - Method in class org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor
-
- setSsoEnabled(boolean) - Method in class org.craftercms.profile.api.Tenant
-
Sets if single sign-on (SSO) should be enabled for this tenant.
- setSsoEnabled(boolean) - Method in class org.craftercms.profile.utils.db.TenantUpdater
-
- setTargetUrl(String) - Method in class org.craftercms.security.authentication.impl.LoginFailureHandlerImpl
-
- setTargetUrl(String) - Method in class org.craftercms.security.authentication.impl.LogoutSuccessHandlerImpl
-
- setTenant(String) - Method in class org.craftercms.profile.api.PersistentLogin
-
- setTenant(String) - Method in class org.craftercms.profile.api.Profile
-
- setTenant(String) - Method in class org.craftercms.profile.api.Ticket
-
- setTenant(String) - Method in class org.craftercms.profile.api.VerificationToken
-
- setTenantNameParam(String) - Method in class org.craftercms.security.utils.tenant.ParamTenantsResolver
-
- setTenantPermissionEvaluator(PermissionEvaluator<Profile, String>) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- setTenantPermissionEvaluator(PermissionEvaluator<Profile, String>) - Method in class org.craftercms.profile.management.web.controllers.TenantController
-
- 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
-
- setTenantPermissions(List<TenantPermission>) - Method in class org.craftercms.profile.api.AccessToken
-
Sets the he tenant permissions the application has.
- 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.management.web.controllers.TenantController
-
- setTenantService(TenantService) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setTenantService(TenantService) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setTenantService(TenantService) - Method in class org.craftercms.security.utils.tenant.AllTenantsResolver
-
- setTenantsResolver(TenantsResolver) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setTenantsResolver(TenantsResolver) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setTextEncryptor(TextEncryptor) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- setTicketCookieManager(CookieManager) - Method in class org.craftercms.security.processors.impl.AddSecurityCookiesProcessor
-
- setTicketRepository(TicketRepository) - Method in class org.craftercms.profile.services.impl.AuthenticationServiceImpl
-
- setTimestamp(Date) - Method in class org.craftercms.profile.api.PersistentLogin
-
- setTimestamp(Date) - Method in class org.craftercms.profile.api.VerificationToken
-
- setToken(String) - Method in class org.craftercms.profile.api.PersistentLogin
-
- setTokenExpectedValue(String) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setTokenHeaderName(String) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setTokenMaxAge(int) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
-
- setTokenRepository(VerificationTokenRepository) - Method in class org.craftercms.profile.services.impl.VerificationServiceImpl
-
- setUrlRestrictions(Map<String, String>) - Method in class org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor
-
Sets the map of restrictions.
- setUrlsToExclude(String[]) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
-
- setUrlsToExclude(String...) - Method in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
Sets the regular expressions used to match the URLs of requests that should NOT be processed by the security
chain.
- setUrlsToInclude(String[]) - Method in class org.craftercms.profile.interceptors.AccessTokenCheckingInterceptor
-
- setUrlsToInclude(String...) - Method in class org.craftercms.security.servlet.filters.RequestSecurityFilter
-
Sets the regular expressions used to match the URLs of requests that should be processed by the security chain.
- setUsername(String) - Method in class org.craftercms.profile.api.Profile
-
- setUsername(String) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setUsernameHeaderName(String) - Method in class org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor
-
- setUsernameParameter(String) - Method in class org.craftercms.security.processors.impl.LoginProcessor
-
- setValidAttachmentMimeTypes(String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setVerificationService(VerificationService) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- setVerificationUrl(String) - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- setVerified(boolean) - Method in class org.craftercms.profile.api.Profile
-
- setVerified(boolean) - Method in class org.craftercms.profile.utils.db.ProfileUpdater
-
- setVerifyNewProfiles(boolean) - Method in class org.craftercms.profile.api.Tenant
-
Sets if new profiles should be verified through email by the user, for the accounts or users of
this tenant.
- setVerifyNewProfiles(boolean) - Method in class org.craftercms.profile.utils.db.TenantUpdater
-
- SingleAccessTokenIdResolver - Class in org.craftercms.profile.services.impl
-
- SingleAccessTokenIdResolver() - Constructor for class org.craftercms.profile.services.impl.SingleAccessTokenIdResolver
-
- SortOrder - Enum in org.craftercms.profile.api
-
The sort order used by services the return a list of sorted objects
- start(String, String, HttpServletRequest) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- start(String, String, HttpServletRequest, MultiValueMap<String, String>) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- start(String, String, HttpServletRequest, MultiValueMap<String, String>, ConnectSupport) - Method in class org.craftercms.security.social.impl.ProviderLoginSupportImpl
-
- start(String, String, HttpServletRequest) - Method in interface org.craftercms.security.social.ProviderLoginSupport
-
Starts the OAuth login process.
- start(String, String, HttpServletRequest, MultiValueMap<String, String>) - Method in interface org.craftercms.security.social.ProviderLoginSupport
-
Starts the OAuth login process.
- start(String, String, HttpServletRequest, MultiValueMap<String, String>, ConnectSupport) - Method in interface org.craftercms.security.social.ProviderLoginSupport
-
Starts the OAuth login process.
- status - Variable in exception org.craftercms.profile.exceptions.ProfileRestServiceException
-
- subjectRole - Variable in class org.craftercms.profile.management.security.permissions.SubjectRoleIsNotInferiorPermission
-
- SubjectRoleIsNotInferiorPermission - Class in org.craftercms.profile.management.security.permissions
-
Permission that ensures that the current profile isn't trying to modify another profile if the former has an
inferior role than the later.
- SubjectRoleIsNotInferiorPermission(String, Set<String>) - Constructor for class org.craftercms.profile.management.security.permissions.SubjectRoleIsNotInferiorPermission
-
- SubjectTenantIsSamePermission - Class in org.craftercms.profile.management.security.permissions
-
Permission that ensures that the current profile isn't trying to modify a tenant that it's not its own tenant or
a profile that doesn't correspond to its own tenant.
- SubjectTenantIsSamePermission(String, String) - Constructor for class org.craftercms.profile.management.security.permissions.SubjectTenantIsSamePermission
-
- SUPERADMIN_ROLE - Static variable in class org.craftercms.profile.management.security.AuthorizationUtils
-
- SuperadminPermission - Class in org.craftercms.profile.management.security.permissions
-
Permission for the PROFILE_SUPERADMIN role (can do anything).
- SuperadminPermission() - Constructor for class org.craftercms.profile.management.security.permissions.SuperadminPermission
-
- validateQuery(Tenant, String) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- validAttachmentMimeTypes - Variable in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- valueOf(String) - Static method in enum org.craftercms.profile.api.AttributeAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.craftercms.profile.api.exceptions.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.craftercms.profile.api.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.craftercms.profile.api.TenantAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.craftercms.profile.management.security.permissions.Action
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.craftercms.profile.api.AttributeAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.craftercms.profile.api.exceptions.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.craftercms.profile.api.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.craftercms.profile.api.TenantAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.craftercms.profile.management.security.permissions.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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
-
- VerificationServiceImpl() - Constructor for class org.craftercms.profile.services.impl.VerificationServiceImpl
-
- VerificationToken - Class in org.craftercms.profile.api
-
Verification token, used for email related verification.
- VerificationToken() - Constructor for class org.craftercms.profile.api.VerificationToken
-
- VerificationTokenRepository - Interface in org.craftercms.profile.repositories
-
- VerificationTokenRepositoryImpl - Class in org.craftercms.profile.repositories.impl
-
- VerificationTokenRepositoryImpl() - Constructor for class org.craftercms.profile.repositories.impl.VerificationTokenRepositoryImpl
-
- verifyNewProfiles(String, boolean) - Method in interface org.craftercms.profile.api.services.TenantService
-
Sets if new profiles for the specified tenant should be verified or not.
- verifyNewProfiles(String, boolean) - Method in class org.craftercms.profile.controllers.rest.TenantController
-
- verifyNewProfiles(String, boolean) - Method in class org.craftercms.profile.services.impl.TenantServiceImpl
-
- verifyNewProfiles(String, boolean) - Method in class org.craftercms.profile.services.impl.TenantServiceRestClient
-
- verifyProfile(String, String...) - Method in interface org.craftercms.profile.api.services.ProfileService
-
Sets the profile as verified if the verification token is valid.
- verifyProfile(String, String[]) - Method in class org.craftercms.profile.controllers.rest.ProfileController
-
- verifyProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceImpl
-
- verifyProfile(String, String...) - Method in class org.craftercms.profile.services.impl.ProfileServiceRestClient
-
- VIEW_ACCESS_TOKEN - Static variable in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- VIEW_ACCESS_TOKEN_LIST - Static variable in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- VIEW_MAIN - Static variable in class org.craftercms.profile.management.web.controllers.MainController
-
- VIEW_NEW_ACCESS_TOKEN - Static variable in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- VIEW_NEW_PROFILE - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- VIEW_PROFILE - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- VIEW_PROFILE_LIST - Static variable in class org.craftercms.profile.management.web.controllers.ProfileController
-
- VIEW_TENANT - Static variable in class org.craftercms.profile.management.web.controllers.TenantController
-
- VIEW_TENANT_LIST - Static variable in class org.craftercms.profile.management.web.controllers.TenantController
-
- viewAccessToken() - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- viewAccessTokenList() - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- viewMain() - Method in class org.craftercms.profile.management.web.controllers.MainController
-
- viewNewAccessToken() - Method in class org.craftercms.profile.management.web.controllers.AccessTokenController
-
- viewNewProfile() - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- viewNewTenant() - Method in class org.craftercms.profile.management.web.controllers.TenantController
-
- viewProfile() - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- viewProfileList() - Method in class org.craftercms.profile.management.web.controllers.ProfileController
-
- viewTenant() - Method in class org.craftercms.profile.management.web.controllers.TenantController
-
- viewTenantList() - Method in class org.craftercms.profile.management.web.controllers.TenantController
-