|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.user.Entity.Accessor
public abstract class Entity.Accessor
This inner class can be passed by Entity to a Accessor to allow private fields to be accessed from an external object. Passed specifically to UserProvider implementations, while still encapsulating data from client code.
| Constructor Summary | |
|---|---|
Entity.Accessor()
|
|
| Method Summary | |
|---|---|
Entity |
getEntity()
Return underlying Entity that this Accessor represents. |
void |
setMutable(boolean mutable)
Set whether Entity is mutable. |
void |
setName(String name)
Set name of Entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entity.Accessor()
| Method Detail |
|---|
public Entity getEntity()
public void setMutable(boolean mutable)
public void setName(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||