Class SpnegoAuthenticator.AcceptAction
- java.lang.Object
- 
- org.apache.catalina.authenticator.SpnegoAuthenticator.AcceptAction
 
- 
- All Implemented Interfaces:
- java.security.PrivilegedExceptionAction<byte[]>
 - Enclosing class:
- SpnegoAuthenticator
 
 public static class SpnegoAuthenticator.AcceptAction extends java.lang.Object implements java.security.PrivilegedExceptionAction<byte[]>This class gets a gss credential via a privileged action.
- 
- 
Constructor SummaryConstructors Constructor Description AcceptAction(org.ietf.jgss.GSSContext context, byte[] decodedToken)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]run()
 
-