Interface ModuleAuthentication

    • Method Detail

      • getNameOfModule

        String getNameOfModule()
        Returns:
        name of authentication module, get from configuration
      • getNameOfModuleType

        String getNameOfModuleType()
        Returns:
        type of authentication module
      • getAuthentication

        org.springframework.security.core.Authentication getAuthentication()
        Returns:
        authentication token for module
      • setAuthentication

        @Experimental
        void setAuthentication​(org.springframework.security.core.Authentication authentication)
      • getPrefix

        String getPrefix()
        Returns:
        prefix used in url
      • getFocusType

        QName getFocusType()
        Returns:
        type of authenticated object, get from configuration