com.ibm.wsspi.security.policy
Interface Extensible
All known subinterfaces:
All known implementing classes:
- public interface Extensible
Since:
WAS 7.0
Version:
WAS 7.0
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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
- 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.