|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenReference | |
---|---|
org.apache.cxf.sts.operation | |
org.apache.cxf.sts.token.provider | |
org.apache.cxf.sts.token.renewer |
Uses of TokenReference in org.apache.cxf.sts.operation |
---|
Methods in org.apache.cxf.sts.operation with parameters of type TokenReference | |
---|---|
protected static RequestedReferenceType |
AbstractOperation.createRequestedReference(TokenReference tokenReference,
boolean attached)
Create a RequestedReferenceType object using a TokenReference object |
Uses of TokenReference in org.apache.cxf.sts.token.provider |
---|
Methods in org.apache.cxf.sts.token.provider that return TokenReference | |
---|---|
TokenReference |
TokenProviderResponse.getAttachedReference()
Get the attached TokenReference |
TokenReference |
TokenProviderResponse.getUnAttachedReference()
Get the unattached TokenReference |
Methods in org.apache.cxf.sts.token.provider with parameters of type TokenReference | |
---|---|
void |
TokenProviderResponse.setAttachedReference(TokenReference attachedReference)
Set the attached TokenReference |
void |
TokenProviderResponse.setUnattachedReference(TokenReference unattachedReference)
Set the unattached TokenReference |
Uses of TokenReference in org.apache.cxf.sts.token.renewer |
---|
Methods in org.apache.cxf.sts.token.renewer that return TokenReference | |
---|---|
TokenReference |
TokenRenewerResponse.getAttachedReference()
Get the attached TokenReference |
TokenReference |
TokenRenewerResponse.getUnAttachedReference()
Get the unattached TokenReference |
Methods in org.apache.cxf.sts.token.renewer with parameters of type TokenReference | |
---|---|
void |
TokenRenewerResponse.setAttachedReference(TokenReference attachedReference)
Set the attached TokenReference |
void |
TokenRenewerResponse.setUnattachedReference(TokenReference unattachedReference)
Set the unattached TokenReference |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |