public class IDFFCOTUtils extends Object
Constructor and Description |
---|
IDFFCOTUtils(Object callerToken)
Creates a new instance of IDFFCOTUtils
|
Modifier and Type | Method and Description |
---|---|
void |
removeFromEntityConfig(String realm,
String cotName,
String entityID)
Removes the circle trust name passed from the
cotlist
list attribute in the Entity Config. |
void |
updateEntityConfig(String realm,
String cotName,
String entityID)
Updates the entity config to add the circle of turst name to the
cotlist attribute. |
public IDFFCOTUtils(Object callerToken)
public void updateEntityConfig(String realm, String cotName, String entityID) throws IDFFMetaException, JAXBException
cotlist
attribute. The Service Provider and Identity
Provider Configurations are updated.realm
- realm the entity resides in.cotName
- the circle of trust name.entityID
- the name of the Entity identifier.IDFFMetaException
- if there is a configuration error when
updating the configuration.JAXBException
- is there is an error updating the entity
configuration.public void removeFromEntityConfig(String realm, String cotName, String entityID) throws IDFFMetaException, JAXBException
cotlist
list attribute in the Entity Config. The Service Provider and Identity
Provider Entity Configuration are updated.realm
- realm the entity resides in.cotName
- the circle of trust name to be removed.entityID
- the entity identifier of the provider.IDFFMetaException
- if there is an error updating the entity
config.JAXBException
- if there is an error updating the entity config.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.