Uses of Interface
com.atlassian.crowd.embedded.api.service.ServiceAccount
Packages that use ServiceAccount
-
Uses of ServiceAccount in com.atlassian.crowd.embedded.api.service
Methods in com.atlassian.crowd.embedded.api.service that return ServiceAccountModifier and TypeMethodDescriptionServiceAccountManager.createServiceAccount(ServiceAccount serviceAccount) Creates a new service accountMethods in com.atlassian.crowd.embedded.api.service that return types with arguments of type ServiceAccountModifier and TypeMethodDescriptionServiceAccountAuthService.findByAuthMethod(ServiceAccountAuthMethod authMethod) Finds service accounts based on the provided authentication methoddefault Map<String, ServiceAccount> ServiceAccountAuthService.findByAuthMethods(Set<ServiceAccountAuthMethod> authMethods) Fetches all service accounts matching a set of provided auth methods.ServiceAccountManager.findServiceAccounts(ServiceAccountQuery query, PageRequest request) Finds service accounts based on the provided requestServiceAccountManager.getServiceAccount(long id) Fetches a service account by its IDServiceAccountManager.getServiceAccountByName(String name) Fetches a service account by its nameMethods in com.atlassian.crowd.embedded.api.service with parameters of type ServiceAccountModifier and TypeMethodDescriptionServiceAccountManager.createServiceAccount(ServiceAccount serviceAccount) Creates a new service accountvoidServiceAccountAuthService.deleteAuth(ServiceAccount serviceAccount, ServiceAccountAuthMethod authMethod) Deletes authentication method assigned to the service accountvoidServiceAccountAuthService.updateAuth(ServiceAccount serviceAccount, ServiceAccountAuthMethod authMethod) Updates a service account and authentication methodbooleanServiceAccountManager.updateServiceAccount(ServiceAccount serviceAccount) Updates a service account