|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.acl.ACLEntry
public class ACLEntry
ACLEntry is an entry in the ACL definition. This corresponds to the
xp:aclEntry tag in the XPage source, which may be set as a value of the
"entries" property on an ACL
tag.
Field Summary | |
---|---|
static int |
ACL_EDITOR
Lookup value. |
static int |
ACL_NO_ACCESS
Lookup value. |
static int |
ACL_READER
Lookup value. |
static int |
TY_ANONYMOUS
Lookup value. |
static int |
TY_DEFAULT
Lookup value. |
static int |
TY_GROUP
Lookup value. |
static int |
TY_ORGROLE
Deprecated. ORGROLE is not supported in Notes/Domino, it is left over from LCD. |
static int |
TY_ORGUNIT
Deprecated. ORGUNIT is not supported in Notes/Domino, it is left over from LCD. |
static int |
TY_ROLE
Lookup value. |
static int |
TY_USER
Lookup value. |
Constructor Summary | |
---|---|
ACLEntry()
|
Method Summary | |
---|---|
java.lang.String |
getFullName()
Getter for attribute 'fullName'. |
java.lang.String |
getName()
Getter for attribute 'name'. |
java.lang.String |
getRight()
Getter for attribute 'right'. |
int |
getRightInt()
|
java.lang.String |
getType()
Getter for attribute 'type'. |
int |
getTypeInt()
|
boolean |
isTransient()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setFullName(java.lang.String value)
Setter for attribute 'fullName'. |
void |
setName(java.lang.String value)
Setter for attribute 'name'. |
void |
setRight(java.lang.String right)
Setter for attribute 'right'. |
void |
setTransient(boolean transientFlag)
|
void |
setType(java.lang.String type)
Setter for attribute 'type'. |
java.lang.String |
toFullString(boolean useLabel)
|
java.lang.String |
toString()
Get a user friendly representation of the resource name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TY_USER
public static final int TY_GROUP
public static final int TY_ROLE
public static final int TY_ORGUNIT
public static final int TY_ORGROLE
public static final int TY_DEFAULT
public static final int TY_ANONYMOUS
public static final int ACL_NO_ACCESS
public static final int ACL_READER
public static final int ACL_EDITOR
Constructor Detail |
---|
public ACLEntry()
Method Detail |
---|
public java.lang.String getFullName()
public void setFullName(java.lang.String value)
value
- the new value for attribute 'fullName'public java.lang.String getName()
public void setName(java.lang.String value)
value
- the new value for attribute 'name'public java.lang.String getType()
public void setType(java.lang.String type)
value
- the new value for attribute 'type'public java.lang.String getRight()
public void setRight(java.lang.String right)
value
- the new value for attribute 'right'public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFullString(boolean useLabel)
public int getTypeInt()
public int getRightInt()
public void setTransient(boolean transientFlag)
setTransient
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |