Uses of Class
com.atlassian.crowd.embedded.api.OperationType

Packages that use OperationType
com.atlassian.crowd.console.action.application   
com.atlassian.crowd.console.action.directory   
com.atlassian.crowd.dao.application   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.impl   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.permission   
com.atlassian.crowd.migration   
com.atlassian.crowd.model.application   
com.atlassian.crowd.model.directory   
com.atlassian.crowd.plugin.rest.util   
 

Uses of OperationType in com.atlassian.crowd.console.action.application
 

Methods in com.atlassian.crowd.console.action.application with parameters of type OperationType
 boolean ViewApplication.hasPermission(OperationType operationType)
           
 boolean ViewApplication.permissionEnabledGlobally(OperationType operationType)
           
 

Uses of OperationType in com.atlassian.crowd.console.action.directory
 

Fields in com.atlassian.crowd.console.action.directory with type parameters of type OperationType
protected  java.util.Set<OperationType> CreateDirectory.permissions
           
 

Uses of OperationType in com.atlassian.crowd.dao.application
 

Methods in com.atlassian.crowd.dao.application with parameters of type OperationType
 void ApplicationDAO.addDirectoryMapping(long applicationId, long directoryId, boolean allowAllToAuthenticate, OperationType... operationTypes)
          Adds a mapping between application and directory.
 void ApplicationDAOHibernate.addDirectoryMapping(long applicationId, long directoryId, boolean allowAllToAuthenticate, OperationType... operationTypes)
           
 

Method parameters in com.atlassian.crowd.dao.application with type arguments of type OperationType
 void ApplicationDAO.updateDirectoryMapping(long applicationId, long directoryId, boolean allowAllToAuthenticate, java.util.Set<OperationType> operationTypes)
          Updates a directory mapping.
 void ApplicationDAOHibernate.updateDirectoryMapping(long applicationId, long directoryId, boolean allowAllToAuthenticate, java.util.Set<OperationType> operationTypes)
           
 

Uses of OperationType in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return OperationType
 OperationType OperationType.fromName(java.lang.String name)
           
static OperationType OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.embedded.api that return types with arguments of type OperationType
 java.util.Set<OperationType> PermissionOption.getAllowedOperations()
           
 java.util.Set<OperationType> Directory.getAllowedOperations()
          Returns the operations allowed to be performed on this directory.
 

Method parameters in com.atlassian.crowd.embedded.api with type arguments of type OperationType
static PermissionOption PermissionOption.fromAllowedOperations(java.util.Set<OperationType> allowedOperations)
           
 

Uses of OperationType in com.atlassian.crowd.embedded.impl
 

Methods in com.atlassian.crowd.embedded.impl that return types with arguments of type OperationType
 java.util.Set<OperationType> ImmutableDirectory.getAllowedOperations()
           
 

Method parameters in com.atlassian.crowd.embedded.impl with type arguments of type OperationType
 void ImmutableDirectory.Builder.setAllowedOperations(java.util.Set<OperationType> allowedOperations)
           
 

Constructor parameters in com.atlassian.crowd.embedded.impl with type arguments of type OperationType
ImmutableDirectory(java.lang.Long id, java.lang.String name, boolean active, java.lang.String description, java.lang.String encryptionType, DirectoryType type, java.lang.String implementationClass, java.util.Date createdDate, java.util.Date updatedDate, java.util.Set<OperationType> allowedOperations, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 

Uses of OperationType in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type OperationType
 void ApplicationManager.addDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes)
          Will add a DirectoryMapping between the passed in Application and Directory.
 void ApplicationManagerGeneric.addDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes)
           
 

Method parameters in com.atlassian.crowd.manager.application with type arguments of type OperationType
 void ApplicationManager.updateDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> operationTypes)
          Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.
 void ApplicationManagerGeneric.updateDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> operationTypes)
           
 

Uses of OperationType in com.atlassian.crowd.manager.permission
 

Methods in com.atlassian.crowd.manager.permission with parameters of type OperationType
 void PermissionManager.addPermission(Application application, Directory directory, OperationType operationType)
          Adds a permission for the given OperationType to an Application+Directory mapping.
 void PermissionManagerImpl.addPermission(Application application, Directory directory, OperationType operationType)
           
 void PermissionManager.addPermission(Directory directory, OperationType operationType)
           
 void PermissionManagerImpl.addPermission(Directory directory, OperationType operationType)
           
 boolean PermissionManager.hasPermission(Application application, Directory directory, OperationType operationType)
          Determine whether an application has permission to execute a particular operation on a given directory.
 boolean PermissionManagerImpl.hasPermission(Application application, Directory directory, OperationType operationType)
           
 boolean PermissionManager.hasPermission(Directory directory, OperationType operationType)
          Determine whether a directory has the permission to perform a certain operation.
 boolean PermissionManagerImpl.hasPermission(Directory directory, OperationType operationType)
           
 void PermissionManager.removePermission(Application application, Directory directory, OperationType operationType)
          Removes a permission with the given OperationType from the Application+Directory mapping
 void PermissionManagerImpl.removePermission(Application application, Directory directory, OperationType operationType)
           
 void PermissionManager.removePermission(Directory directory, OperationType operationType)
           
 void PermissionManagerImpl.removePermission(Directory directory, OperationType operationType)
           
 

Uses of OperationType in com.atlassian.crowd.migration
 

Methods in com.atlassian.crowd.migration that return OperationType
protected  OperationType GenericMapper.getOperationTypeFromLegacyPermissionName(java.lang.String name)
           
 

Uses of OperationType in com.atlassian.crowd.model.application
 

Methods in com.atlassian.crowd.model.application that return types with arguments of type OperationType
 java.util.Set<OperationType> DirectoryMapping.getAllowedOperations()
          Returns a set of operations that the application is allowed to perform on the directory.
 

Methods in com.atlassian.crowd.model.application with parameters of type OperationType
 void DirectoryMapping.addAllowedOperation(OperationType operationType)
          Add a new operation that the application is allowed to perform on the directory.
 void DirectoryMapping.addAllowedOperations(OperationType... operationTypes)
          Adds a list of operations that the application is allowed to perform on the directory.
 void ApplicationImpl.addDirectoryMapping(Directory directory, boolean allowAllToAuthenticate, OperationType... operationTypes)
           
 boolean DirectoryMapping.isAllowed(OperationType operation)
          Returns true if the application is allowed to perform the specified operation on the directory.
 

Method parameters in com.atlassian.crowd.model.application with type arguments of type OperationType
 void DirectoryMapping.setAllowedOperations(java.util.Set<OperationType> allowedOperations)
          Sets (i.e.
 

Constructor parameters in com.atlassian.crowd.model.application with type arguments of type OperationType
DirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> allowedOperations)
          Constructs a new DirectoryMapping.
 

Uses of OperationType in com.atlassian.crowd.model.directory
 

Methods in com.atlassian.crowd.model.directory that return types with arguments of type OperationType
 java.util.Set<OperationType> DirectoryImpl.getAllowedOperations()
           
 

Methods in com.atlassian.crowd.model.directory with parameters of type OperationType
 void DirectoryImpl.addAllowedOperation(OperationType operationType)
           
 

Method parameters in com.atlassian.crowd.model.directory with type arguments of type OperationType
 void DirectoryImpl.setAllowedOperations(java.util.Set<OperationType> allowedOperations)
           
 

Uses of OperationType in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return OperationType
static OperationType ApplicationEntityTranslator.toOperationType(java.lang.String type)
          Translates from an operation type string to an OperationType.
 

Methods in com.atlassian.crowd.plugin.rest.util that return types with arguments of type OperationType
static java.util.Set<OperationType> ApplicationEntityTranslator.toOperationTypes(java.util.Set<java.lang.String> types)
          Translates from a set of operation type strings to a set of OperationType.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type OperationType
static java.lang.String ApplicationEntityTranslator.toOperationTypeString(OperationType type)
          Translates from an OperationType to an operation type string.
 

Method parameters in com.atlassian.crowd.plugin.rest.util with type arguments of type OperationType
static java.util.Set<java.lang.String> ApplicationEntityTranslator.toOperationTypeStrings(java.util.Set<OperationType> types)
          Translates from a set of OperationTypes to a set of operation type strings.
 



Copyright © 2012 Atlassian. All Rights Reserved.