IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.security.plugins.builtins
WSSubjectValidationImpl

java.lang.Object
  |
  +--com.ibm.websphere.objectgrid.security.plugins.builtins.WSSubjectValidationImpl
All Implemented Interfaces
SubjectValidation


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:

Here is the code sample: //get the subject from the thread Subject subject = com.ibm.websphere.security.auth.WSSubject.getRunAsSubject(); // set the subject to ObjectGrid instance objectgrid.setSubject(subject);
See Also:
    InvalidSubjectExceptionSubjectValidation



Constructor Summary
WSSubjectValidationImpl()
          


Method Summary
public  SubjectvalidateSubject(javax.security.auth.Subject)
           Validate that the subject has not been tampered with.

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

WSSubjectValidationImpl

public WSSubjectValidationImpl( )
Default Constructor


Method Detail

validateSubject

public Subject validateSubject(Subject subject)
Validate that the subject has not been tampered with.
See Also:
    validateSubject(javax.security.auth.Subject)
Parameters:


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1