|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String CHANNEL_PUBLISHER_ACTIVITY
public static final java.lang.String CHANNEL_SUBSCRIBER_ACTIVITY
public static final java.lang.String PERMISSION_TYPE_GRANT
public static final java.lang.String PERMISSION_TYPE_DENY
public static final java.lang.String PORTAL_FRAMEWORK
public static final java.lang.String CHANNEL_PREFIX
Method Detail |
public java.lang.String getActivity()
IPermission
.
public java.util.Date getEffective()
IPermission
should become effective on.
IPermission
should become effective onpublic java.util.Date getExpires()
IPermission
should expire on.
IPermission
should expire onpublic java.lang.String getOwner()
IPermission
.
IPermission
public java.lang.String getTarget()
IPermission
.
IPermission
public java.lang.String getType()
Permission
type.
public void setActivity(java.lang.String activity)
IPermission
.
activity
- Stringpublic void setEffective(java.util.Date effective)
IPermission
should become effective on.
effective
- java.util.Datepublic void setExpires(java.util.Date expires)
IPermission
should expire on.
expires
- java.util.Datepublic void setTarget(java.lang.String target)
IPermission
.
target
- public void setType(java.lang.String type)
IPermission
type.
type
- Stringpublic java.lang.String getPrincipal()
IAuthorizationPrincipal
associated
with this IPermission
.
public void setPrincipal(java.lang.String newPrincipal)
IAuthorizationPrincipal
associated with this IPermission
.
newPrincipal
- String
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |