public class GetAssertionStatusReport extends java.lang.Object implements RegistryObject, Publish
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STATUS_COMPLETE
status:complete: passing this value will cause only the
publisher assertions that are complete to be returned.
|
static java.lang.String |
STATUS_FROMKEY_INCOMPLETE
status:fromKey_incomplete: passing this value will cause only
those publisher assertions where the party who controls the
businessEntity referenced by the fromKey value in an assertion
has not made a matching assertion to be listed.
|
static java.lang.String |
STATUS_TOKEY_INCOMPLETE
status:toKey_incomplete: passing this value will cause only
those publisher assertions where the party who controls the
businessEntity referenced by the toKey value in an assertion
has not made a matching assertion to be listed.
|
Constructor and Description |
---|
GetAssertionStatusReport() |
GetAssertionStatusReport(AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
AuthInfo |
getAuthInfo() |
java.lang.String |
getCompletionStatus() |
java.lang.String |
getGeneric() |
void |
setAuthInfo(AuthInfo authInfo) |
void |
setCompletionStatus(CompletionStatus status) |
void |
setCompletionStatus(java.lang.String status) |
void |
setGeneric(java.lang.String genericValue) |
public static final java.lang.String STATUS_COMPLETE
public static final java.lang.String STATUS_TOKEY_INCOMPLETE
public static final java.lang.String STATUS_FROMKEY_INCOMPLETE
public GetAssertionStatusReport()
public GetAssertionStatusReport(AuthInfo authInfo)
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public AuthInfo getAuthInfo()
getAuthInfo
in interface Publish
public void setAuthInfo(AuthInfo authInfo)
public java.lang.String getCompletionStatus()
public void setCompletionStatus(java.lang.String status)
public void setCompletionStatus(CompletionStatus status)
Copyright ? 2003 Apache Software Foundation. All rights reserved.