|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPermission
| Field Summary | |
|---|---|
static String |
ALL_CHANNELS_TARGET
|
static String |
CHANNEL_MANAGER_ACTIVITY
|
static String |
CHANNEL_MANAGER_APPROVED_ACTIVITY
|
static String |
CHANNEL_MANAGER_CREATED_ACTIVITY
|
static String |
CHANNEL_MANAGER_EXPIRED_ACTIVITY
|
static String |
CHANNEL_PREFIX
|
static String |
CHANNEL_PUBLISHER_ACTIVITY
|
static String |
CHANNEL_RENDERER_APPROVED_ACTIVITY
|
static String |
CHANNEL_RENDERER_CREATED_ACTIVITY
|
static String |
CHANNEL_RENDERER_EXPIRED_ACTIVITY
|
static String |
CHANNEL_RENDERER_PUBLISHED_ACTIVITY
|
static String |
CHANNEL_SUBSCRIBER_ACTIVITY
|
static String |
CHANNEL_SUBSCRIBER_APPROVED_ACTIVITY
|
static String |
CHANNEL_SUBSCRIBER_CREATED_ACTIVITY
|
static String |
CHANNEL_SUBSCRIBER_EXPIRED_ACTIVITY
|
static String |
PERMISSION_TYPE_DENY
|
static String |
PERMISSION_TYPE_GRANT
|
static String |
PORTAL_FRAMEWORK
|
static String |
PORTLET_MODE_CONFIG
|
| Method Summary | |
|---|---|
String |
getActivity()
Gets the activity associated with this IPermission. |
Date |
getEffective()
Gets that date that this IPermission should become effective on. |
Date |
getExpires()
Gets the date that this IPermission should expire on. |
String |
getOwner()
Returns the owner of this IPermission. |
String |
getPrincipal()
Returns a String representing the IAuthorizationPrincipal associated
with this IPermission. |
String |
getTarget()
Gets the target associated with this IPermission. |
String |
getType()
Returns the Permission type. |
void |
setActivity(String activity)
Sets the activity associated with this IPermission. |
void |
setEffective(Date effective)
Sets the date that this IPermission should become effective on. |
void |
setExpires(Date expires)
Sets the date that this IPermission should expire on. |
void |
setPrincipal(String newPrincipal)
Sets the principal String representing the IAuthorizationPrincipal
associated with this IPermission. |
void |
setTarget(String target)
Sets the target associated with this IPermission. |
void |
setType(String type)
Sets the IPermission type. |
| Field Detail |
|---|
static final String CHANNEL_MANAGER_ACTIVITY
static final String CHANNEL_PUBLISHER_ACTIVITY
static final String CHANNEL_SUBSCRIBER_ACTIVITY
static final String CHANNEL_SUBSCRIBER_CREATED_ACTIVITY
static final String CHANNEL_SUBSCRIBER_APPROVED_ACTIVITY
static final String CHANNEL_SUBSCRIBER_EXPIRED_ACTIVITY
static final String CHANNEL_RENDERER_CREATED_ACTIVITY
static final String CHANNEL_RENDERER_APPROVED_ACTIVITY
static final String CHANNEL_RENDERER_PUBLISHED_ACTIVITY
static final String CHANNEL_RENDERER_EXPIRED_ACTIVITY
static final String CHANNEL_MANAGER_CREATED_ACTIVITY
static final String CHANNEL_MANAGER_APPROVED_ACTIVITY
static final String CHANNEL_MANAGER_EXPIRED_ACTIVITY
static final String PORTLET_MODE_CONFIG
static final String PERMISSION_TYPE_GRANT
static final String PERMISSION_TYPE_DENY
static final String PORTAL_FRAMEWORK
static final String CHANNEL_PREFIX
static final String ALL_CHANNELS_TARGET
| Method Detail |
|---|
String getActivity()
IPermission.
Date getEffective()
IPermission should become effective on.
IPermission should become effective onDate getExpires()
IPermission should expire on.
IPermission should expire onString getOwner()
IPermission.
IPermissionString getTarget()
IPermission.
IPermissionString getType()
Permission type.
void setActivity(String activity)
IPermission.
activity - Stringvoid setEffective(Date effective)
IPermission should become effective on.
effective - java.util.Datevoid setExpires(Date expires)
IPermission should expire on.
expires - java.util.Datevoid setTarget(String target)
IPermission.
target - void setType(String type)
IPermission type.
type - StringString getPrincipal()
IAuthorizationPrincipal associated
with this IPermission.
void setPrincipal(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 | |||||||||