org.nuiton.topia.security.entities.authorization
Interface TopiaEntityAuthorization

All Superinterfaces:
NoSecurityLoad, Serializable, TopiaAuthorization, TopiaEntity
All Known Implementing Classes:
TopiaEntityAuthorizationAbstract, TopiaEntityAuthorizationImpl

public interface TopiaEntityAuthorization
extends NoSecurityLoad, TopiaAuthorization


Field Summary
static String ACTIONS
           
static String EXPRESSION
           
static String PRINCIPALS
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 int getActions()
           
 String getExpression()
           
 Set getPrincipals()
           
 void setActions(int actions)
           
 void setActions(String actions)
           
 void setExpression(String expression)
           
 void setPrincipals(Set principals)
           
 void setPrincipals(String principals)
           
 
Methods inherited from interface org.nuiton.topia.security.entities.authorization.TopiaAuthorization
implies, impliesActions, impliesExpression, impliesPrincipals
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

EXPRESSION

static final String EXPRESSION
See Also:
Constant Field Values

ACTIONS

static final String ACTIONS
See Also:
Constant Field Values

PRINCIPALS

static final String PRINCIPALS
See Also:
Constant Field Values
Method Detail

setExpression

void setExpression(String expression)

getExpression

String getExpression()
Specified by:
getExpression in interface TopiaAuthorization

setActions

void setActions(int actions)

getActions

int getActions()
Specified by:
getActions in interface TopiaAuthorization

setPrincipals

void setPrincipals(Set principals)

getPrincipals

Set getPrincipals()
Specified by:
getPrincipals in interface TopiaAuthorization

setActions

void setActions(String actions)

setPrincipals

void setPrincipals(String principals)


Copyright © 2004-2012 CodeLutin. All Rights Reserved.