com.ibm.wsspi.security.policy

Interface Extensible

All known subinterfaces:
WSPolicy
All known implementing classes:
AbstractPolicies

  1. public interface Extensible
Objects that implement the Extensible interface can be extended to support new interfaces by providing adapters that implement the new desired interface.
Since:
WAS 7.0
Version:
WAS 7.0

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
getExtensionAdapter(java.lang.Class clz)
Returns an object that is an instance of the given class/interface or null if no such extension adapter is available.

Method Detail

getExtensionAdapter

  1. java.lang.Object getExtensionAdapter( java.lang.Class clz)
Returns an object that is an instance of the given class/interface or null if no such extension adapter is available.
Parameters:
clz - the adapter class to be found.
Returns:
an object that is an instance of the given class or null if no such extension adapter is available.