public class GSSResult extends Object
Constructor and Description |
---|
GSSResult(boolean authenticated,
GSSCredential cred) |
GSSResult(byte[] token,
boolean authenticated,
GSSCredential cred) |
Modifier and Type | Method and Description |
---|---|
GSSCredential |
getDelegationCredential() |
Object |
getSecurityContext() |
byte[] |
getServiceToken() |
String |
getUserName() |
boolean |
isAuthenticated() |
boolean |
isNullContinuationToken() |
void |
setDelegationCredential(GSSCredential delegationCredentail) |
void |
setSecurityContext(Object sc) |
void |
setUserName(String name) |
public GSSResult(byte[] token, boolean authenticated, GSSCredential cred)
public GSSResult(boolean authenticated, GSSCredential cred)
public boolean isNullContinuationToken()
public boolean isAuthenticated()
public byte[] getServiceToken()
public void setSecurityContext(Object sc)
public Object getSecurityContext()
public String getUserName()
public void setUserName(String name)
public GSSCredential getDelegationCredential()
public void setDelegationCredential(GSSCredential delegationCredentail)
Copyright © 2020. All rights reserved.