|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkAbstract
org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkImpl
public class TopiaExpressionLinkImpl
Permet de spécifier entre deux expressions qu'ils ont le même comportement au niveau de leurs permissions.
Exemple :
Objet 1 : Permission 1
Objet 2 : Permission 2
Link : Objet 1 Objet 2
Conclusion : Objet 1 a les permissions en plus de l'objet 2
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkAbstract |
|---|
by, replace |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.security.entities.authorization.TopiaExpressionLink |
|---|
BY, REPLACE |
| Constructor Summary | |
|---|---|
TopiaExpressionLinkImpl()
|
|
| Method Summary | |
|---|---|
void |
set(java.lang.String replace,
java.lang.String by)
|
| Methods inherited from class org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkAbstract |
|---|
accept, delete, getAggregate, getBy, getComposite, getReplace, setBy, setReplace, toString, update |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.security.entities.authorization.TopiaExpressionLink |
|---|
getBy, getReplace, setBy, setReplace |
| Constructor Detail |
|---|
public TopiaExpressionLinkImpl()
| Method Detail |
|---|
public void set(java.lang.String replace,
java.lang.String by)
set in interface TopiaExpressionLinkreplace - nullby - null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||