Interface SecurityContext

  • All Known Implementing Classes:
    SecurityContextImpl

    public interface SecurityContext
    Provides a way to obtain credentials from an encompassing runtime into the Metro Pipeline runtime
    • Method Detail

      • getSubject

        Subject getSubject()
        Returns:
        the subject containing credentials from the encompassing runtime, null if none is available
      • setSubject

        void setSubject​(Subject subject)
        Parameters:
        subject -