Class AuthenticationProvider

java.lang.Object
org.pentaho.platform.web.http.api.resources.AuthenticationProvider

public class AuthenticationProvider extends Object
POJO to simply represent authentication providers in SystemResource endpoints
  • Constructor Details

    • AuthenticationProvider

      public AuthenticationProvider()
    • AuthenticationProvider

      public AuthenticationProvider(String authenticationTypeToSet)
  • Method Details

    • getAuthenticationType

      public String getAuthenticationType()
    • setAuthenticationType

      public void setAuthenticationType(String authenticationTypeToSet)
    • toString

      public String toString()
      Overrides:
      toString in class Object