| Package | Description |
|---|---|
| org.apache.cxf.sts.operation | |
| org.apache.cxf.ws.security.sts.provider.model |
| Modifier and Type | Method and Description |
|---|---|
protected static RequestedReferenceType |
AbstractOperation.createRequestedReference(String tokenId,
String tokenType,
boolean attached)
Create a RequestedReferenceType object using a token id and tokenType
|
protected static RequestedReferenceType |
AbstractOperation.createRequestedReference(TokenReference tokenReference,
boolean attached)
Create a RequestedReferenceType object using a TokenReference object
|
| Modifier and Type | Method and Description |
|---|---|
RequestedReferenceType |
ObjectFactory.createRequestedReferenceType()
Create an instance of
RequestedReferenceType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<RequestedReferenceType> |
ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value)
|
JAXBElement<RequestedReferenceType> |
ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<RequestedReferenceType> |
ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value)
|
JAXBElement<RequestedReferenceType> |
ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)
|
Apache CXF