Class DatabaseRolesMappingProvider

    • Field Detail

      • dsJndiName

        protected String dsJndiName
      • rolesQuery

        protected String rolesQuery
      • suspendResume

        protected boolean suspendResume
      • TX_MGR_JNDI_NAME

        protected String TX_MGR_JNDI_NAME
    • Constructor Detail

      • DatabaseRolesMappingProvider

        public DatabaseRolesMappingProvider()
    • 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