|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPermission
| Field Summary | |
|---|---|
static java.lang.String |
CHANNEL_PREFIX
|
static java.lang.String |
CHANNEL_PUBLISHER_ACTIVITY
|
static java.lang.String |
CHANNEL_SUBSCRIBER_ACTIVITY
|
static java.lang.String |
PERMISSION_TYPE_DENY
|
static java.lang.String |
PERMISSION_TYPE_GRANT
|
static java.lang.String |
PORTAL_FRAMEWORK
|
| Method Summary | |
|---|---|
java.lang.String |
getActivity()
Gets the activity associated with this IPermission. |
java.util.Date |
getEffective()
Gets that date that this IPermission should become effective on. |
java.util.Date |
getExpires()
Gets the date that this IPermission should expire on. |
java.lang.String |
getOwner()
Returns the owner of this IPermission. |
java.lang.String |
getPrincipal()
Returns a String representing the IAuthorizationPrincipal associated
with this IPermission. |
java.lang.String |
getTarget()
Gets the target associated with this IPermission. |
java.lang.String |
getType()
Returns the Permission type. |
void |
setActivity(java.lang.String activity)
Sets the activity associated with this IPermission. |
void |
setEffective(java.util.Date effective)
Sets the date that this IPermission should become effective on. |
void |
setExpires(java.util.Date expires)
Sets the date that this IPermission should expire on. |
void |
setPrincipal(java.lang.String newPrincipal)
Sets the principal String representing the IAuthorizationPrincipal
associated with this IPermission. |
void |
setTarget(java.lang.String target)
Sets the target associated with this IPermission. |
void |
setType(java.lang.String type)
Sets the IPermission type. |
| Field Detail |
|---|
static final java.lang.String CHANNEL_PUBLISHER_ACTIVITY
static final java.lang.String CHANNEL_SUBSCRIBER_ACTIVITY
static final java.lang.String PERMISSION_TYPE_GRANT
static final java.lang.String PERMISSION_TYPE_DENY
static final java.lang.String PORTAL_FRAMEWORK
static final java.lang.String CHANNEL_PREFIX
| Method Detail |
|---|
java.lang.String getActivity()
IPermission.
java.util.Date getEffective()
IPermission should become effective on.
IPermission should become effective onjava.util.Date getExpires()
IPermission should expire on.
IPermission should expire onjava.lang.String getOwner()
IPermission.
IPermissionjava.lang.String getTarget()
IPermission.
IPermissionjava.lang.String getType()
Permission type.
void setActivity(java.lang.String activity)
IPermission.
activity - Stringvoid setEffective(java.util.Date effective)
IPermission should become effective on.
effective - java.util.Datevoid setExpires(java.util.Date expires)
IPermission should expire on.
expires - java.util.Datevoid setTarget(java.lang.String target)
IPermission.
target - void setType(java.lang.String type)
IPermission type.
type - Stringjava.lang.String getPrincipal()
IAuthorizationPrincipal associated
with this IPermission.
void setPrincipal(java.lang.String newPrincipal)
IAuthorizationPrincipal
associated with this IPermission.
newPrincipal - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||