com.sun.identity.liberty.ws.idpp.plugin
Interface IDPPExtension


public interface IDPPExtension

The class IDPPExtension is an interface for extension attributes in each IDPPContainer. Each container can be extended to any attributes that are not defined by the liberty personal profile service by implementing this interface. Each container extension plugin can be configurable from the service configuration.


Method Summary
 List getExtAttributes()
          Gets the list of extension JAXB attribute objects.
 

Method Detail

getExtAttributes

List getExtAttributes()
Gets the list of extension JAXB attribute objects. These JAXB Elements must be of the type com.sun.identity.liberty.ws.idpp.plugin.jaxb.PPISExtensionElement

Returns:
list of PPISExtensionElement JAXB Objects.
Throws:
IDPPException.