|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
A Context
provides the functionality of a security information
container.
Field Summary | |
---|---|
static String |
CERTREPOSITORY
Attribute name: Location of certificates and CA signatures. |
static String |
LIFETIME
Attribute name: Time up to which this context is valid. |
static String |
REMOTEHOST
Attribute name: The hostname where the connection originates which is identified by this context. |
static String |
REMOTEID
Attribute name: User ID for a remote user, who is identified by this context. |
static String |
REMOTEPORT
Attribute name: the port used for the connection which is identified by this context. |
static String |
SERVER
Attribute name: server which manages the context. |
static String |
TYPE
Attribute name: type of context. |
static String |
USERCERT
Attribute name: Location of a user certificate to be used. |
static String |
USERID
Attribute name: User ID or user name to use. |
static String |
USERKEY
Attribute name: Location of a user key to use. |
static String |
USERPASS
Attribute name: Password to use. |
static String |
USERPROXY
Attribute name: Location of an existing certificate proxy to be used. |
static String |
USERVO
Attribute name: The VO the context belongs to. |
Fields inherited from interface org.ogf.saga.SagaObject |
---|
NO_WAIT, WAIT_FOREVER |
Fields inherited from interface org.ogf.saga.attributes.Attributes |
---|
BOOL, ENUM, FALSE, FLOAT, INT, STRING, TIME, TRIGGER, TRUE |
Method Summary |
---|
Methods inherited from interface org.ogf.saga.SagaObject |
---|
clone, getId, getSession |
Methods inherited from interface org.ogf.saga.attributes.Attributes |
---|
existsAttribute, findAttributes, getAttribute, getVectorAttribute, isReadOnlyAttribute, isRemovableAttribute, isVectorAttribute, isWritableAttribute, listAttributes, removeAttribute, setAttribute, setVectorAttribute |
Field Detail |
---|
static final String TYPE
static final String SERVER
static final String CERTREPOSITORY
static final String USERPROXY
static final String USERCERT
static final String USERKEY
static final String USERID
static final String USERPASS
static final String USERVO
static final String LIFETIME
static final String REMOTEID
static final String REMOTEHOST
static final String REMOTEPORT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |