Class DefaultAuthenticationResult.DefaultAuthenticationResultBuilder<C extends DefaultAuthenticationResult,B extends DefaultAuthenticationResult.DefaultAuthenticationResultBuilder<C,B>>

java.lang.Object
org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder<C,B>
Enclosing class:
DefaultAuthenticationResult

public abstract static class DefaultAuthenticationResult.DefaultAuthenticationResultBuilder<C extends DefaultAuthenticationResult,B extends DefaultAuthenticationResult.DefaultAuthenticationResultBuilder<C,B>> extends Object
  • Constructor Details

    • DefaultAuthenticationResultBuilder

      public DefaultAuthenticationResultBuilder()
  • Method Details

    • authentication

      public B authentication(org.apereo.cas.authentication.Authentication authentication)
      Returns:
      this.
    • service

      public B service(org.apereo.cas.authentication.principal.Service service)
      Returns:
      this.
    • credentialProvided

      public B credentialProvided(boolean credentialProvided)
      Returns:
      this.
    • build

      public abstract C build()
    • toString

      public String toString()
      Overrides:
      toString in class Object