org.jboss.wsf.spi.invocation
Interface SecurityAdaptor


public interface SecurityAdaptor

A container independent security adaptor

Since:
10-May-2005
Author:
Thomas.Diesler@jboss.org

Method Summary
 Object getCredential()
           
 Principal getPrincipal()
           
 void setCredential(Object credential)
           
 void setPrincipal(Principal pricipal)
           
 

Method Detail

getPrincipal

Principal getPrincipal()

setPrincipal

void setPrincipal(Principal pricipal)

getCredential

Object getCredential()

setCredential

void setCredential(Object credential)


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.