|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.security.WebSphereBaseTrustAssociationInterceptor
com.ibm.wsspi.security.tai.NegotiateTrustAssociationInterceptorImpl
public abstract class NegotiateTrustAssociationInterceptorImpl
This is a convenient abstract base class that extends
com.ibm.websphere.security.WebSphereBaseTrustAssociationInterceptor
and implements
NegotiateTrustAssociationInterceptor
and in its implements
TrustAssociationInterceptor.validateEstablishedTrust()
as no operation and throws
WebTrustAssociationFailedException
.
NegotiateTrustAssociationInterceptor
Constructor Summary | |
---|---|
NegotiateTrustAssociationInterceptorImpl()
Deprecated. |
Method Summary | |
---|---|
javax.security.auth.Subject |
getSubject()
Deprecated. getSubject method returns a JAAS Subject that represents the caller identity that
was asserted by the trust association interceptor along with trusted third party security attributes. |
void |
validateEstablishedTrust(javax.servlet.http.HttpServletRequest req)
Deprecated. When trust association interceptor implements the NegotiateTrustAssociationInterceptor
interface, the validateEstablishedTrust() is obsoleted. |
Methods inherited from class com.ibm.websphere.security.WebSphereBaseTrustAssociationInterceptor |
---|
cleanup, getType, getVersion, init, init, setType, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.wsspi.security.tai.NegotiateTrustAssociationInterceptor |
---|
negotiateAndValidateEstablishedTrust |
Methods inherited from interface com.ibm.websphere.security.TrustAssociationInterceptor |
---|
getAuthenticatedUsername, isTargetInterceptor |
Constructor Detail |
---|
public NegotiateTrustAssociationInterceptorImpl()
Method Detail |
---|
public final void validateEstablishedTrust(javax.servlet.http.HttpServletRequest req) throws WebTrustAssociationFailedException
When trust association interceptor implements the NegotiateTrustAssociationInterceptor
interface, the validateEstablishedTrust()
is obsoleted. Providers should not
implement this method, the should implement negotiateAndValidateEstablishedTrust()
instead.
validateEstablishedTrust
in interface TrustAssociationInterceptor
req
- HTTP request
WebTrustAssociationFailedException
- Communications failurepublic javax.security.auth.Subject getSubject() throws WebTrustAssociationFailedException
NegotiateTrustAssociationInterceptor
getSubject
method returns a JAAS Subject that represents the caller identity that
was asserted by the trust association interceptor along with trusted third party security attributes.
A null Subject may be returned if the trust association interceptor implementation does not support this feature.
getSubject
in interface NegotiateTrustAssociationInterceptor
javax.security.auth.Subject
WebTrustAssociationFailedException
- Any failure is communicate through exception
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |