Uses of Interface
com.atlassian.crowd.embedded.api.service.ServiceAccountAuthMethod
Packages that use ServiceAccountAuthMethod
-
Uses of ServiceAccountAuthMethod in com.atlassian.crowd.embedded.api.service
Methods in com.atlassian.crowd.embedded.api.service that return types with arguments of type ServiceAccountAuthMethodModifier and TypeMethodDescriptionServiceAccountAuthService.getAuthMethods(long serviceAccountId) Finds all authentication methods assigned to the service accountMethods in com.atlassian.crowd.embedded.api.service with parameters of type ServiceAccountAuthMethodModifier and TypeMethodDescriptionvoidServiceAccountAuthService.deleteAuth(ServiceAccount serviceAccount, ServiceAccountAuthMethod authMethod) Deletes authentication method assigned to the service accountServiceAccountAuthService.findByAuthMethod(ServiceAccountAuthMethod authMethod) Finds service accounts based on the provided authentication methodvoidServiceAccountAuthService.updateAuth(ServiceAccount serviceAccount, ServiceAccountAuthMethod authMethod) Updates a service account and authentication methodMethod parameters in com.atlassian.crowd.embedded.api.service with type arguments of type ServiceAccountAuthMethodModifier and TypeMethodDescriptiondefault Map<String, ServiceAccount> ServiceAccountAuthService.findByAuthMethods(Set<ServiceAccountAuthMethod> authMethods) Fetches all service accounts matching a set of provided auth methods.