org.picketlink.identity.federation.core.wstrust
Interface SecurityTokenService
- All Superinterfaces:
- Provider<Source>
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).
- Author:
- Stefan Guilhen
invoke
Source invoke(Source request)
- Specified by:
invoke
in interface Provider<Source>
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.