Skip navigation links


com.bea.p13n.usermgmt.profile
Interface AnonymousProfileWrapper

All Superinterfaces
ProfileWrapper, Serializable

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.


Field Summary

 

Fields inherited from interface com.bea.p13n.usermgmt.profile.ProfileWrapper
SESSION_KEY

 

Method Summary

 

Methods inherited 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

 


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.