Skip to content
  • Marvin S. Addison's avatar
    CAS-1238 Initial API support for multi-factor authentication. · 37e0f760
    Marvin S. Addison authored
    All components that deal with authentication now accept a varargs array
    of credentials:
    
    1. CentralAuthenticationSerivce#createTicketGrantingTicket()
    2. CentralAuthenticationSerivce#grantServiceTicket() (renew form only)
    3. CentralAuthenticationSerivce#delegateTicketGrantingTicket()
    4. AuthenticationManager
    
    The use of varargs Credentials provides call compatibility with 3.x
    components while supporting the requisite inputs (multiple credentials)
    for multi-factor use cases.
    37e0f760