Package | Description |
---|---|
org.apache.cxf.sts.operation | |
org.apache.cxf.sts.token.provider | |
org.apache.cxf.sts.token.renewer |
Modifier and Type | Method and Description |
---|---|
protected static RequestedReferenceType |
AbstractOperation.createRequestedReference(TokenReference tokenReference,
boolean attached)
Create a RequestedReferenceType object using a TokenReference object
|
Modifier and Type | Method and Description |
---|---|
TokenReference |
TokenProviderResponse.getAttachedReference()
Get the attached TokenReference
|
TokenReference |
TokenProviderResponse.getUnAttachedReference()
Get the unattached TokenReference
|
Modifier and Type | Method and Description |
---|---|
void |
TokenProviderResponse.setAttachedReference(TokenReference attachedReference)
Set the attached TokenReference
|
void |
TokenProviderResponse.setUnattachedReference(TokenReference unattachedReference)
Set the unattached TokenReference
|
Modifier and Type | Method and Description |
---|---|
TokenReference |
TokenRenewerResponse.getAttachedReference()
Get the attached TokenReference
|
TokenReference |
TokenRenewerResponse.getUnAttachedReference()
Get the unattached TokenReference
|
Modifier and Type | Method and Description |
---|---|
void |
TokenRenewerResponse.setAttachedReference(TokenReference attachedReference)
Set the attached TokenReference
|
void |
TokenRenewerResponse.setUnattachedReference(TokenReference unattachedReference)
Set the unattached TokenReference
|
Apache CXF