public abstract class TopiaAuthorizationImpl extends TopiaAuthorizationAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesAGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
TopiaAuthorizationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
implies(TopiaAuthorization other)
Compare deux autorisations entres elles.
|
boolean |
impliesActions(int thisActions,
int thatActions)
Compare deux actions entre elles.
|
boolean |
impliesExpression(String thisExpression,
String thatExpression)
Comparare deux identifiants entres eux.
|
boolean |
impliesPrincipals(Set thisPrincipals,
Set thatPrincipals)
Compare deux principals entre eux.
|
accept, getAggregate, getComposite, toStringaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetActions, getExpression, getPrincipalsaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionpublic boolean implies(TopiaAuthorization other)
other - une autre autorisationpublic boolean impliesExpression(String thisExpression, String thatExpression)
thisExpression - un identifiantthatExpression - un autre identifiantpublic boolean impliesActions(int thisActions,
int thatActions)
thisActions - une actionthatActions - une autre actionCopyright © 2004-2012 CodeLutin. All Rights Reserved.