Package net.shibboleth.idp.authn.context
Class KerberosTicketContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.authn.context.KerberosTicketContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context that carries a
KerberosTicket
to be validated.- Parent:
AuthenticationContext
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Kerberos ticket to be validated.setTicket
(KerberosTicket kerbTicket) Set the Kerberos ticket to be validated.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
ticket
Kerberos ticket to be validated.
-
-
Constructor Details
-
KerberosTicketContext
public KerberosTicketContext()
-
-
Method Details
-
getTicket
Get the Kerberos ticket to be validated.- Returns:
- Kerberos ticket to be validated
-
setTicket
Set the Kerberos ticket to be validated.- Parameters:
kerbTicket
- the Kerberos ticket to be validated- Returns:
- this context
-