|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.jaas.principal.EntityImpl
@Deprecated public class EntityImpl
Implementation fo the security entity.
Field Summary |
---|
Fields inherited from interface info.magnolia.cms.security.auth.Entity |
---|
ADDRESS_LINE, EMAIL, FULL_NAME, LANGUAGE, LOCALE, NAME, PASSWORD |
Constructor Summary | |
---|---|
EntityImpl()
Deprecated. |
Method Summary | |
---|---|
void |
addProperty(String key,
Object value)
Deprecated. |
String |
getName()
Deprecated. Gets name given to this principal. |
Object |
getProperty(String key)
Deprecated. |
void |
setName(String name)
Deprecated. use addProperty(NAME, name) |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode |
Constructor Detail |
---|
public EntityImpl()
Method Detail |
---|
public String getName()
getName
in interface Entity
getName
in interface Principal
@Deprecated public void setName(String name)
setName
in interface Entity
public void addProperty(String key, Object value)
addProperty
in interface Entity
public Object getProperty(String key)
getProperty
in interface Entity
public String toString()
toString
in interface Principal
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |