com.sun.xml.ws.security.spi
Interface SecurityContext

All Known Implementing Classes:
SecurityContextImpl

public interface SecurityContext

Provides a way to obtain credentials from an encompassing runtime into the Metro Pipeline runtime


Method Summary
 Subject getSubject()
           
 void setSubject(Subject subject)
           
 

Method Detail

getSubject

Subject getSubject()
Returns:
the subject containing credentials from the encompassing runtime, null if none is available

setSubject

void setSubject(Subject subject)
Parameters:
subject -


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.