Class PropertiesRolesMappingProvider

    • Constructor Detail

      • PropertiesRolesMappingProvider

        public PropertiesRolesMappingProvider()
    • Method Detail

      • init

        public void init​(Map<String,​Object> options)
        Description copied from interface: MappingProvider
        Initialize the provider with the configured module options
      • performMapping

        public void performMapping​(Map<String,​Object> contextMap,
                                   RoleGroup mappedObject)
        Description copied from interface: MappingProvider
        Map the passed object
        Parameters:
        contextMap - A read-only contextual map that can provide information to the provider
        mappedObject - an Object on which the mapping will be applied