com.bea.p13n.usermgmt.profile
Interface AnonymousProfileWrapper
- 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.
Methods inherited from interface com.bea.p13n.usermgmt.profile.ProfileWrapper |
getProfileIdentity,
getProperty,
getProperty,
getPropertyAsString,
getPropertyAsString,
getSuccessor,
removeProperty,
removeSuccessor,
setProperty,
setSuccessor,
validateProfile |
getProperties
public EntityPropertyCache getProperties()
throws java.rmi.RemoteException
- Returns:
- all the properties in this profile.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved