public class AdToken extends KrbSequenceType
6.4. AD-TOKEN
The new Authorization Data Type AD-TOKEN type contains token
derivation and is meant to be encapsulated into AD-KDC-ISSUED type
and to be put into tgt or service tickets. Application can safely
ignore it if the application doesn't understand it. The token field
SHOULD be ASN.1 encoded of the binary representation of the
serialization result of the derivation token according to [JWT].
AD-TOKEN ::= SEQUENCE {
token [0] OCTET STRING,
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AdToken.AdTokenField
The possible fields
|
| Constructor and Description |
|---|
AdToken()
Creates an instance of AdToken
|
| Modifier and Type | Method and Description |
|---|---|
KrbToken |
getToken() |
void |
setToken(KrbToken token)
Sets the token
|
getFieldAsInt, getFieldAsTime, setField, setFieldAsString, setFieldAsTimedecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNoCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.