KerberosTicketAcquirer
, RawDataTicketAcquirer
public interface AuthTicketAcquirer
AuthTicketAcquirer
should not cache
acquired AuthTicket
instances, rather call acquireTicket(String)
for each authentication
procedure.
Typically AuthTicketAcquirer
instance is created once for a given User Principal Name.
It either performs login or reuses credentials of already logged in user. Ticket acquiring is performed
each time a ticket is used to authenticate for it could expire or security authority setting could be
changed.KerberosTicketAcquirer
Modifier and Type | Method | Description |
---|---|---|
AuthTicket |
acquireTicket(java.lang.String servicePrincipalName) |
Acquires authentication ticket for a given SPN.
|
AuthTicket acquireTicket(java.lang.String servicePrincipalName) throws AuthTicketAcquirerException
servicePrincipalName
- Service Principal Name to acquire ticket for.AuthTicketAcquirerException
- if ticket could not be acquired.java.lang.IllegalArgumentException
- if the implementation not support null value for the servicePrincipalName argument.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.