public class CASAuthenticationToken extends BSTAuthenticationToken
Modifier and Type | Field and Description |
---|---|
static String |
CAS_ID |
BASE64_ENCODING, BST_CREDENTIALS, BST_LN, BST_NS, BST_PRINCIPAL, BST_REALM, NEWLINE, TOKEN_VALUE_SEPARATOR, tokenId, tokenValueType
ALL_REALM, credentials, DEFAULT_REALM, principal, realm
Constructor and Description |
---|
CASAuthenticationToken(Principal principal,
String proxyTicket,
String serviceUrl) |
CASAuthenticationToken(Principal principal,
String proxyTicket,
String serviceUrl,
String realm) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCertificate() |
String |
getEncodedCredentials() |
String |
getTicketWithService() |
String |
getUser() |
String |
toString() |
createBinarySecurityTokenType, getBinarySecurityToken, getCredentialsAsXMLString, parse, parseComponent, setTokenId, setTokenValueType
getCredentials, getPrincipal, getRealm, isUseWssSts, setCredentials, setUseWssSts
public static final String CAS_ID
public CASAuthenticationToken(Principal principal, String proxyTicket, String serviceUrl)
public String getTicketWithService()
public String getUser()
public byte[] getCertificate()
public String getEncodedCredentials()
getEncodedCredentials
in class BSTAuthenticationToken
This work is licensed under a Creative Commons Attribution 4.0 International License.