Package | Description |
---|---|
org.apache.cxf.sts.operation | |
org.apache.cxf.ws.security.sts.provider |
Modifier and Type | Class and Description |
---|---|
class |
TokenIssueOperation
An implementation of the IssueOperation interface.
|
Modifier and Type | Method and Description |
---|---|
IssueSingleOperation |
TokenRequestCollectionOperation.getIssueSingleOperation() |
Modifier and Type | Method and Description |
---|---|
void |
TokenRequestCollectionOperation.setIssueSingleOperation(IssueSingleOperation issueSingleOperation) |
Modifier and Type | Method and Description |
---|---|
IssueSingleOperation |
SecurityTokenServiceProvider.getIssueSingleOperation() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTokenServiceImpl.setIssueSingleOperation(IssueSingleOperation issueSingleOperation) |
void |
SecurityTokenServiceProvider.setIssueSingleOperation(IssueSingleOperation issueSingleOperation)
Setting an IssueSingleOperation instance will override the default behaviour of issuing
a token in a RequestSecurityTokenResponseCollection
|
Apache CXF