|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.security.Permission
org.jasig.portal.security.provider.ReferencePermission
PermissionImpl
Constructor Summary | |
ReferencePermission(java.lang.String owner)
Deprecated. This constructor ensures that all Permission objects are created with an owner specified. |
Method Summary | |
java.lang.String |
getActivity()
Deprecated. Returns the token that represents the activity that this Permission is associated with. |
java.util.Date |
getEffective()
Deprecated. Returns the effective date that was set for this Permission. |
java.util.Date |
getExpires()
Deprecated. Returns the expires date that was set for this Permission. |
java.lang.String |
getPrincipal()
Deprecated. Returns the token that represents the principal that this Permission is associated with. |
java.lang.String |
getTarget()
Deprecated. Returns the token that represents the target that this Permission is associated with. |
java.lang.String |
getType()
Deprecated. Returns the type of permission that this is, generally GRANT or DENY |
void |
setActivity(java.lang.String activity)
Deprecated. Specifies the token that represents the activity that this Permission is associated with. |
void |
setEffective(java.util.Date effective)
Deprecated. Specifies the date that this Permission will become effective. |
void |
setExpires(java.util.Date expires)
Deprecated. Specifies the date that this Permission will expire. |
void |
setPrincipal(java.lang.String principal)
Deprecated. Specifies the token that represents the principal that this Permission is associated with. |
void |
setTarget(java.lang.String target)
Deprecated. Specifies the token that represents the target that this Permission is associated with. |
void |
setType(java.lang.String type)
Deprecated. Sets the permission type |
Methods inherited from class org.jasig.portal.security.Permission |
getOwner |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferencePermission(java.lang.String owner)
owner
- Method Detail |
public java.lang.String getPrincipal()
getPrincipal
in class Permission
public void setPrincipal(java.lang.String principal)
setPrincipal
in class Permission
principal
- public java.lang.String getActivity()
getActivity
in class Permission
public void setActivity(java.lang.String activity)
setActivity
in class Permission
activity
- public java.lang.String getTarget()
getTarget
in class Permission
public void setTarget(java.lang.String target)
setTarget
in class Permission
target
- public java.lang.String getType()
getType
in class Permission
public void setType(java.lang.String type)
setType
in class Permission
type
- public java.util.Date getEffective()
getEffective
in class Permission
public void setEffective(java.util.Date effective)
setEffective
in class Permission
effective
- public java.util.Date getExpires()
getExpires
in class Permission
public void setExpires(java.util.Date expires)
setExpires
in class Permission
expires
-
|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |