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
| 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 |
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
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.