public interface IDPPExtension
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.Modifier and Type | Method and Description |
---|---|
List |
getExtAttributes()
Gets the list of extension
JAXB attribute objects. |
List getExtAttributes()
JAXB
attribute objects. These
JAXB
Elements must be of the type
com.sun.identity.liberty.ws.idpp.plugin.jaxb.PPISExtensionElement
PPISExtensionElement
JAXB
Objects.IDPPException
- If there was an error while retrieving the extension attributes.Copyright © 2010-2018, ForgeRock All Rights Reserved.