public interface SecurityTokenService extends Provider<Source>
The SecurityTokenService (STS) interface. It extends the Provider interface so that it can be
dynamically
invoked (as opposed to having a service endpoint interface).
| Modifier and Type | Method and Description |
|---|---|
Source |
invoke(Source request)
Invokes an operation occording to the contents of the request
message.
|
Source invoke(Source request)
Providerinvoke in interface Provider<Source>request - The request message or message payload.null if
there is no response.MessageContext,
ProtocolExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.