Serialized Form
Package no.feide.moria.store |
attributes
java.util.HashMap<K,V> attributes
- The internal hashmap used to store the attributes.
readResolve
java.lang.Object readResolve()
- Returns the local classloader representation of the object.
Needed for serialization to work.
name
java.lang.String name
- Description of ticket type.
ordinal
int ordinal
- Assigns an ordinal to this ticket type.
requestedAttributes
java.lang.String[] requestedAttributes
- The inital attributes requested by the initiating service.
returnURLPrefix
java.lang.String returnURLPrefix
- The initial part of the url the user is to be redirected to.
returnURLPostfix
java.lang.String returnURLPostfix
- The final part of the url the user is to be redirected to.
forceInterativeAuthentication
boolean forceInterativeAuthentication
- Whether or not single sign-on (SSO) is to be used when user arrives
at login servlet.
transientAttributes
java.util.HashMap<K,V> transientAttributes
- Transient attributes returned from a directory that are not to be cached.
servicePrincipal
java.lang.String servicePrincipal
- Principal for the client that requests the authentication attempt.
Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.