Interface AuthChallenge

All Superinterfaces:
Serializable
All Known Implementing Classes:
ADSSOAuthChallenge, BadgeAuthChallenge, PasswordExpirationBypass, SimpleAuthChallenge

public interface AuthChallenge extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    A human-presentable string representation of the "actor" behind this auth challenge.
  • Method Details

    • getActor

      String getActor()
      A human-presentable string representation of the "actor" behind this auth challenge.