public class KerberosServiceContext extends Object
Constructor and Description |
---|
KerberosServiceContext() |
Modifier and Type | Method and Description |
---|---|
GSSCredential |
getDelegationCredential() |
GSSContext |
getGssContext() |
byte[] |
getKerberosToken() |
Principal |
getPrincipal() |
Key |
getSessionKey() |
void |
setDelegationCredential(GSSCredential delegationCredential) |
void |
setGssContext(GSSContext gssContext) |
void |
setKerberosToken(byte[] kerberosToken) |
void |
setPrincipal(Principal principal) |
void |
setSessionKey(Key sessionKey) |
public Principal getPrincipal()
public void setPrincipal(Principal principal)
principal
- the principal to setpublic Key getSessionKey()
public void setSessionKey(Key sessionKey)
sessionKey
- the sessionKey to setpublic GSSCredential getDelegationCredential()
public void setDelegationCredential(GSSCredential delegationCredential)
public GSSContext getGssContext()
public void setGssContext(GSSContext gssContext)
public byte[] getKerberosToken()
public void setKerberosToken(byte[] kerberosToken)
Copyright © 2018 JBoss by Red Hat. All rights reserved.