Package org.jboss.wsf.spi.invocation
Interface SecurityAdaptor
-
@Deprecated public interface SecurityAdaptor
Deprecated.A container independent security adaptor- Since:
- 10-May-2005
- Author:
- Thomas.Diesler@jboss.org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ObjectgetCredential()Deprecated.PrincipalgetPrincipal()Deprecated.voidsetCredential(Object credential)Deprecated.voidsetPrincipal(Principal pricipal)Deprecated.
-