|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.dis.DISCore.DepthsCreds
public class DISCore.DepthsCreds
This class is used for storing credentials and delegation depths before and during the checking/constraining process
Constructor Summary | |
---|---|
DISCore.DepthsCreds()
Creates a new instance of Parameters. |
Method Summary | |
---|---|
Credentials |
getCreds1()
This method returns the credentials from the resquest or after constraining with requestor's policy |
Credentials |
getCreds2()
This method returns the credentials after constraining with DIS's policy |
int |
getDepth1()
This method returns the delegation depth from the resquest or after constraining with requestor's policy |
int |
getDepth2()
This method returns the delegation depth after constraining with the DIS's policy |
void |
setCreds1(Credentials creds)
This function sets the credentials before the checking/constraning process |
void |
setCreds2(Credentials creds)
This function sets the credentials during the checking/constraning process |
void |
setDepth1(int i)
This function sets the delegation depth before the checking/constraining process |
void |
setDepth2(int i)
This function sets the delegation depth during the checking/constraining process |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DISCore.DepthsCreds()
Method Detail |
---|
public void setDepth1(int i)
i
- is the delegation depth going to be setpublic void setDepth2(int i)
i
- is the delegation depth going to be setpublic void setCreds1(Credentials creds)
creds
- is the credentials going to be setpublic void setCreds2(Credentials creds)
creds
- is the credentials going to be setpublic int getDepth1()
public int getDepth2()
public Credentials getCreds1()
public Credentials getCreds2()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |