Uses of Class
org.apache.cxf.sts.token.provider.TokenReference
Packages that use TokenReference
Package
Description
-
Uses of TokenReference in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type TokenReferenceModifier and TypeMethodDescriptionprotected static RequestedReferenceTypeAbstractOperation.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 TokenReferenceModifier and TypeMethodDescriptionTokenProviderResponse.getAttachedReference()Get the attached TokenReferenceTokenProviderResponse.getUnAttachedReference()Get the unattached TokenReferenceMethods in org.apache.cxf.sts.token.provider with parameters of type TokenReferenceModifier and TypeMethodDescriptionvoidTokenProviderResponse.setAttachedReference(TokenReference attachedReference) Set the attached TokenReferencevoidTokenProviderResponse.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 TokenReferenceModifier and TypeMethodDescriptionTokenRenewerResponse.getAttachedReference()Get the attached TokenReferenceTokenRenewerResponse.getUnAttachedReference()Get the unattached TokenReferenceMethods in org.apache.cxf.sts.token.renewer with parameters of type TokenReferenceModifier and TypeMethodDescriptionvoidTokenRenewerResponse.setAttachedReference(TokenReference attachedReference) Set the attached TokenReferencevoidTokenRenewerResponse.setUnattachedReference(TokenReference unattachedReference) Set the unattached TokenReference