public interface SpnegoServiceAction extends PrivilegedAction<byte[]>
| Modifier and Type | Method and Description | 
|---|---|
GSSContext | 
getContext()
Get the GSSContext that was created after a service ticket was obtained 
 | 
byte[] | 
run()
Validate a service ticket 
 | 
void | 
setServiceName(String serviceName)
The Service Name 
 | 
void | 
setTicket(byte[] ticket)
Set the ticket to validate 
 | 
void setTicket(byte[] ticket)
void setServiceName(String serviceName)
byte[] run()
run in interface PrivilegedAction<byte[]>GSSContext getContext()
Copyright © 2018 JBoss by Red Hat. All rights reserved.