Uses of Class
org.apache.cxf.sts.token.provider.TokenReference
-
Packages that use TokenReference Package Description 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 Modifier and Type Method Description protected 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 TokenReference Modifier and Type Method Description TokenReferenceTokenProviderResponse. getAttachedReference()Get the attached TokenReferenceTokenReferenceTokenProviderResponse. getUnAttachedReference()Get the unattached TokenReferenceMethods in org.apache.cxf.sts.token.provider with parameters of type TokenReference Modifier and Type Method Description voidTokenProviderResponse. 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 TokenReference Modifier and Type Method Description TokenReferenceTokenRenewerResponse. getAttachedReference()Get the attached TokenReferenceTokenReferenceTokenRenewerResponse. getUnAttachedReference()Get the unattached TokenReferenceMethods in org.apache.cxf.sts.token.renewer with parameters of type TokenReference Modifier and Type Method Description voidTokenRenewerResponse. setAttachedReference(TokenReference attachedReference)Set the attached TokenReferencevoidTokenRenewerResponse. setUnattachedReference(TokenReference unattachedReference)Set the unattached TokenReference
-