Serialized Form


Package no.feide.moria.store

Class no.feide.moria.store.CachedUserData extends java.lang.Object implements Serializable

Serialized Fields

attributes

java.util.HashMap<K,V> attributes
The internal hashmap used to store the attributes.

Class no.feide.moria.store.EvictionConfigurationException extends java.lang.RuntimeException implements Serializable

Class no.feide.moria.store.InvalidTicketException extends java.lang.Exception implements Serializable

Class no.feide.moria.store.MoriaStoreConfigurationException extends MoriaStoreException implements Serializable

Class no.feide.moria.store.MoriaStoreException extends java.lang.Exception implements Serializable

Class no.feide.moria.store.MoriaTicketType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

java.lang.Object readResolve()
Returns the local classloader representation of the object. Needed for serialization to work.

Serialized Fields

name

java.lang.String name
Description of ticket type.


ordinal

int ordinal
Assigns an ordinal to this ticket type.

Class no.feide.moria.store.MoriaAuthnAttempt extends java.lang.Object implements Serializable

Serialized Fields

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.

Class no.feide.moria.store.NonExistentTicketException extends java.lang.Exception implements Serializable



Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.