| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.WSSubjectValidationImpl
WSSubjectValidationImpl is a ObjectGrid implementation of the SubjectValidation interface in a WebSphere Application Server (WAS) environment.
A typical scenario of using this class is described as below:
//get the subject from the thread
Subject subject = com.ibm.websphere.security.auth.WSSubject.getRunAsSubject();
// set the subject to ObjectGrid instance
objectgrid.setSubject(subject);
InvalidSubjectExceptionSubjectValidation
Constructor Summary | |
---|---|
WSSubjectValidationImpl()
|
Method Summary | |
---|---|
public
Subject | validateSubject(javax.security.auth.Subject)
Validate that the subject has not been tampered with.
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSSubjectValidationImpl( | ) |
Method Detail |
public Subject validateSubject( | Subject subject )
|
validateSubject(javax.security.auth.Subject)
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |