Serialized Form
-
Package org.oa4mp.delegation.server
-
Class org.oa4mp.delegation.server.ExceptionWrapper extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
client
Client client
-
-
-
Class org.oa4mp.delegation.server.MissingTokenException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.delegation.server.NoSuchClientException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.delegation.server.ServiceTransaction extends BasicTransaction implements Serializable
-
Serialized Fields
-
accessTokenValid
boolean accessTokenValid
-
authGrantValid
boolean authGrantValid
-
callback
URI callback
-
certReqString
String certReqString
-
client
Client client
-
ID_TOKEN_HINT_KEY
String ID_TOKEN_HINT_KEY
-
lifetime
long lifetime
-
PROMPT_KEY
String PROMPT_KEY
-
state
net.sf.json.JSONObject state
-
STATE_COMMENT_KEY
String STATE_COMMENT_KEY
-
STATE_KEY
String STATE_KEY
-
username
String username
-
-
-
Class org.oa4mp.delegation.server.ServiceTransactionProvider extends BasicTransactionProvider<V extends ServiceTransaction> implements Serializable
-
Class org.oa4mp.delegation.server.UnapprovedClientException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
client
BaseClient client
-
-
-
Class org.oa4mp.delegation.server.WrongPasswordException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
-
Package org.oa4mp.delegation.server.storage
-
Class org.oa4mp.delegation.server.storage.ClientApproval extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
- serialVersionUID:
- 1714880068599897702L
-
Serialized Fields
-
approvalTimestamp
Date approvalTimestamp
-
approved
boolean approved
-
approver
String approver
-
status
ClientApproval.Status status
-
-
-
Package org.oa4mp.delegation.server.storage.impl
-
Class org.oa4mp.delegation.server.storage.impl.ClientMemoryStore extends edu.uiuc.ncsa.security.storage.monitored.MonitoredMemoryStore<V extends Client> implements Serializable
-
-
Package org.oa4mp.delegation.server.storage.support
-
Class org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys extends BasicTransactionKeys implements Serializable
-