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
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
TopiaEntityAuthorizationImpl()
           
TopiaEntityAuthorizationImpl(String expression, int actions, Set<Principal> principals)
           
 
Method Summary
 void setActions(String actions)
           
 void setPrincipals(String principals)
           
 
Methods inherited from class org.nuiton.topia.security.entities.authorization.TopiaEntityAuthorizationAbstract
accept, getActions, getAggregate, getComposite, getExpression, getPrincipals, setActions, setExpression, setPrincipals, toString
 
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, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, 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, getTopiaCreateDate, getTopiaId, getTopiaVersion, 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)

setPrincipals

public void setPrincipals(String principals)


Copyright © 2004-2012 CodeLutin. All Rights Reserved.