public class STSClientInterceptor extends Object implements org.jboss.aop.advice.Interceptor, Serializable
A client side EJB3 interceptor to automatically create a STS token and use it as the credential to invoke an EJB. This
interceptor must be included after org.jboss.ejb3.security.client.SecurityClientInterceptor in the client
interceptor stack in deploy/ejb3-interceptors-aop.xml This interceptor requires an attribute named propertiesFile which is a
resource in the classpath where the configuration necessary to connect to the STS application can be read. E.g.
The properties file must contain the following parameters:sts.properties
serviceName=[service name] portName=[port name] endpointAddress=[endpoint URI]
| Constructor and Description |
|---|
STSClientInterceptor() |
Copyright © 2013. All Rights Reserved.