Class SecurityManagerOMASConverter<B>

    • Constructor Detail

      • SecurityManagerOMASConverter

        public SecurityManagerOMASConverter​(OMRSRepositoryHelper repositoryHelper,
                                            String serviceName,
                                            String serverName)
        Constructor
        Parameters:
        repositoryHelper - helper object to parse entity
        serviceName - name of this component
        serverName - name of this server
    • Method Detail

      • getClassification

        protected ElementClassification getClassification​(String classificationName,
                                                          List<ElementClassification> beanClassifications)
        Retrieve a specific named classification.
        Parameters:
        classificationName - name of classification
        beanClassifications - list of classifications retrieved from the repositories
        Returns:
        null or the requested classification
      • removeClassification

        protected List<ElementClassification> removeClassification​(String classificationName,
                                                                   List<ElementClassification> beanClassifications)
        Remove the requested classification from the bean classifications and return the resulting list.
        Parameters:
        classificationName - name of the classification
        beanClassifications - list of classifications retrieved from the repositories
        Returns:
        null or a list of classifications