Method Summary |
|
public String | getActivity() Gets the activity associated with this IPermission . |
public Date | getEffective() Gets that date that this IPermission should become effective on. |
public Date | getExpires() Gets the date that this IPermission should expire on. |
public String | getOwner() Returns the owner of this IPermission . |
public String | getPrincipal() Returns a String representing the IAuthorizationPrincipal associated
with this IPermission . |
public String | getTarget() Gets the target associated with this IPermission . |
public String | getType() Returns the Permission type. |
public void | setActivity(String activity) Sets the activity associated with this IPermission . |
public void | setEffective(Date effective) Sets the date that this IPermission should become effective on. |
public void | setExpires(Date expires) Sets the date that this IPermission should expire on. |
public void | setPrincipal(String newPrincipal) Sets the principal String representing the IAuthorizationPrincipal
associated with this IPermission . |
public void | setTarget(String target) Sets the target associated with this IPermission . |
abstract public void | setType(String type) Sets the IPermission type. |