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) |
Copyright © 2017 JBoss Inc.. All rights reserved.