AnonymousProfileWrapper Interface
- public interface AnonymousProfileWrapper
extends ProfileWrapper
A ProfileWrapper that represents an AnonymousProfile. Anonymous
profiles do not have an identity, and are usually not persisted; they
are intended to be used as a way to collect information during the
course of a session; and provide a way to get all the properties
so that they can be transferred into a permanent profile later.
-
All Superinterfaces
-
ProfileWrapper, Serializable
Methods from interface com.bea.p13n.usermgmt.profile.ProfileWrapper |
getProfileIdentity, getProperties, getProperties, getProperties, getProperty, getProperty, getPropertyAsString, getPropertyAsString, getSuccessor, getType, getUsername, isType, removeProperty, removeSuccessor, setProperties, setProperty, setSuccessor, validateProfile |