com.sun.xml.wss.provider.wsit
Class SecurityContextImpl
java.lang.Object
com.sun.xml.wss.provider.wsit.SecurityContextImpl
- All Implemented Interfaces:
- SecurityContext
public class SecurityContextImpl
- extends Object
- implements SecurityContext
Provides a Default Implementation (tailored for GlassFish)
of the SecurityContext interface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContextImpl
public SecurityContextImpl()
getSubject
public Subject getSubject()
- Specified by:
getSubject in interface SecurityContext
- Returns:
- the subject containing credentials from the encompassing runtime, null if none is available
setSubject
public void setSubject(Subject subject)
- Specified by:
setSubject in interface SecurityContext
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.