|
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
IPermission
Constructor Summary | |
Permission(java.lang.String owner)
Deprecated. This constructor forces Permission objects to be created with an owner |
Method Summary | |
abstract java.lang.String |
getActivity()
Deprecated. Gets the activity that this Permission is associated with |
abstract java.util.Date |
getEffective()
Deprecated. Gets that date that this Permission should become effective on |
abstract java.util.Date |
getExpires()
Deprecated. Gets the date that this Permission should expire on |
java.lang.String |
getOwner()
Deprecated. Returns the owner of this Permission |
abstract java.lang.String |
getPrincipal()
Deprecated. Returns the principal that this object is bound to |
abstract java.lang.String |
getTarget()
Deprecated. Gets the target that this Permission is associated with |
abstract java.lang.String |
getType()
Deprecated. Returns permission type. |
abstract void |
setActivity(java.lang.String activity)
Deprecated. Sets the activity that this Permission is associated with |
abstract void |
setEffective(java.util.Date effective)
Deprecated. Sets the date that this Permission should become effective on |
abstract void |
setExpires(java.util.Date expires)
Deprecated. Sets the date that this Permission should expire on |
abstract void |
setPrincipal(java.lang.String principal)
Deprecated. Sets the principal that this object is bound to |
abstract void |
setTarget(java.lang.String target)
Deprecated. Gets the target that this Permission is associated with |
abstract void |
setType(java.lang.String type)
Deprecated. Sets permission type. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Permission(java.lang.String owner)
owner
- Method Detail |
public java.lang.String getOwner()
public abstract java.lang.String getPrincipal()
public abstract void setPrincipal(java.lang.String principal)
principal
- public abstract java.lang.String getActivity()
public abstract void setActivity(java.lang.String activity)
activity
- public abstract java.lang.String getTarget()
public abstract void setTarget(java.lang.String target)
target
- public abstract java.lang.String getType()
String
valuepublic abstract void setType(java.lang.String type)
type
- a String
valuepublic abstract java.util.Date getEffective()
public abstract void setEffective(java.util.Date effective)
effective
- public abstract java.util.Date getExpires()
public abstract void setExpires(java.util.Date expires)
expires
-
|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |