Package org.jboss.wsf.spi.security
Interface JASPIAuthenticationProvider
-
public interface JASPIAuthenticationProviderInterface to enable jaspi authentication on server/client side- Author:
- Jim Ma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenableClientAuthentication(Object target, Map<String,String> properties)booleanenableServerAuthentication(Object target, Endpoint endpoint)booleanenableServerAuthentication(Deployment dep, JBossWebservicesMetaData wsmd)
-
-
-
Method Detail
-
enableClientAuthentication
boolean enableClientAuthentication(Object target, Map<String,String> properties)
-
enableServerAuthentication
boolean enableServerAuthentication(Deployment dep, JBossWebservicesMetaData wsmd)
-
-