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)
Provider
invoke
in interface Provider<Source>
request
- The request message or message payload.null
if
there is no response.MessageContext
,
ProtocolException
Copyright © 2017 JBoss by Red Hat. All rights reserved.