Uses of Class
org.alfresco.repo.client.config.ClientAppConfig.ClientApp
Packages that use ClientAppConfig.ClientApp
Package
Description
-
Uses of ClientAppConfig.ClientApp in org.alfresco.repo.client.config
Methods in org.alfresco.repo.client.config that return ClientAppConfig.ClientAppModifier and TypeMethodDescriptionReturns the named client or null if no client exists with the given name.Methods in org.alfresco.repo.client.config that return types with arguments of type ClientAppConfig.ClientAppModifier and TypeMethodDescriptionClientAppConfig.getClients()Returns an unmodifiable view of the clients map.protected Map<String,ClientAppConfig.ClientApp> ClientAppConfig.processClients(Set<String> clientsNames, Set<String> propsNames, Map<String, String> allProps) Processes the given properties and if the properties' values are valid, creates a map ofClientAppwith the client's name as the key. -
Uses of ClientAppConfig.ClientApp in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication that return ClientAppConfig.ClientAppModifier and TypeMethodDescriptionResetPasswordService.getClientAppConfig(String clientName) Deprecated.Gets the registered client.ResetPasswordServiceImpl.getClientAppConfig(String clientName) Deprecated.Methods in org.alfresco.repo.security.authentication with parameters of type ClientAppConfig.ClientAppModifier and TypeMethodDescriptionprotected StringResetPasswordServiceImpl.createResetPasswordUrl(ClientAppConfig.ClientApp clientApp, String id, String key) Deprecated.This method creates a URL for the 'reset password' link which appears in the emailprotected StringResetPasswordServiceImpl.getConfirmResetPasswordEmailTemplate(ClientAppConfig.ClientApp clientApp) Deprecated.protected StringResetPasswordServiceImpl.getResetPasswordEmailTemplate(ClientAppConfig.ClientApp clientApp) Deprecated.