org.jboss.identity.federation.api.wstrust
Interface SecurityTokenService
- All Superinterfaces:
- javax.xml.ws.Provider<javax.xml.transform.Source>
- All Known Implementing Classes:
- JBossSTS
public interface SecurityTokenService
- extends javax.xml.ws.Provider<javax.xml.transform.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
Method Summary |
javax.xml.transform.Source |
invoke(javax.xml.transform.Source request)
|
invoke
javax.xml.transform.Source invoke(javax.xml.transform.Source request)
- Specified by:
invoke
in interface javax.xml.ws.Provider<javax.xml.transform.Source>
Copyright © 2009 JBoss Inc.. All Rights Reserved.