org.nuiton.topia.security.entities.authorization
Class TopiaEntityAuthorizationImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topia.security.entities.authorization.TopiaAuthorizationAbstract
          extended by org.nuiton.topia.security.entities.authorization.TopiaAuthorizationImpl
              extended by org.nuiton.topia.security.entities.authorization.TopiaEntityAuthorizationAbstract
                  extended by org.nuiton.topia.security.entities.authorization.TopiaEntityAuthorizationImpl
All Implemented Interfaces:
Serializable, TopiaEntity, TopiaAuthorization, TopiaEntityAuthorization, NoSecurityLoad

public class TopiaEntityAuthorizationImpl
extends TopiaEntityAuthorizationAbstract

Classe permettant de définir des autorisations sur les entités.

Author:
ruchaud
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuiton.topia.security.entities.authorization.TopiaEntityAuthorizationAbstract
actions, expression, principals
 
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.TopiaEntityAuthorization
ACTIONS, EXPRESSION, PRINCIPALS
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
TopiaEntityAuthorizationImpl()
           
TopiaEntityAuthorizationImpl(String expression, int actions, Set<Principal> principals)
           
 
Method Summary
 void setActions(String actions)
          setActions :
 void setPrincipals(String principals)
          setPrincipals :
 
Methods inherited from class org.nuiton.topia.security.entities.authorization.TopiaEntityAuthorizationAbstract
accept, accept, delete, getActions, getComposite, getExpression, getPrincipals, setActions, setExpression, setPrincipals, toString, update
 
Methods inherited from class org.nuiton.topia.security.entities.authorization.TopiaAuthorizationImpl
implies, impliesActions, impliesExpression, impliesPrincipals
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getAggregate, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
 
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.TopiaAuthorization
implies, impliesActions, impliesExpression, impliesPrincipals
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Constructor Detail

TopiaEntityAuthorizationImpl

public TopiaEntityAuthorizationImpl()

TopiaEntityAuthorizationImpl

public TopiaEntityAuthorizationImpl(String expression,
                                    int actions,
                                    Set<Principal> principals)
Method Detail

setActions

public void setActions(String actions)
Description copied from interface: TopiaEntityAuthorization
setActions :


setPrincipals

public void setPrincipals(String principals)
Description copied from interface: TopiaEntityAuthorization
setPrincipals :



Copyright © 2004-2010 CodeLutin. All Rights Reserved.