Package | Description |
---|---|
com.sun.identity.cot | |
com.sun.identity.workflow |
Modifier and Type | Method and Description |
---|---|
boolean |
CircleOfTrustDescriptor.add(String entityID,
String protocol)
Adds entity identifier to trusted providers set within the
circle of trust.
|
void |
CircleOfTrustManager.addCircleOfTrustMember(String realm,
String cotName,
String protocolType,
String entityId)
Adds entity identifier to a circle of trust under the realm.
|
void |
CircleOfTrustManager.addCircleOfTrustMember(String realm,
String cotName,
String protocolType,
String entityId,
boolean addToEntityConfig)
Adds entity identifier to a circle of trust under the realm.
|
void |
CircleOfTrustManager.createCircleOfTrust(String realm,
CircleOfTrustDescriptor cotDescriptor)
Creates a circle of trust.
|
void |
CircleOfTrustManager.deleteCircleOfTrust(String realm,
String cotName)
Deletes the circle of trust under the realm.
|
Set |
CircleOfTrustManager.getAllActiveCirclesOfTrust(String realm)
Returns a set of names of all active circle of trusts.
|
Set |
CircleOfTrustManager.getAllCirclesOfTrust(String realm)
Returns a set of names of all circle of trusts.
|
CircleOfTrustDescriptor |
CircleOfTrustManager.getCircleOfTrust(String realm,
String name)
Returns the circle of trust under the realm.
|
Map |
CircleOfTrustManager.getIDFFCOTProviderMapping(String realm)
Returns a map of circle of trust name and the value
of the
sun-fm-trusted-providers attribute
The key in the map is the circle of trust name and
value is a set of providers retreived from the attribute. |
Set |
CircleOfTrustManager.listCircleOfTrustMember(String realm,
String cotName,
String protocolType)
Lists trusted providers in a circle of trust under the realm.
|
void |
CircleOfTrustManager.modifyCircleOfTrust(String realm,
CircleOfTrustDescriptor cotDescriptor)
Modifies the attributes of a circle of trust.
|
void |
CircleOfTrustManager.removeCircleOfTrustMember(String realm,
String cotName,
String protocolType,
String entityId)
Removes entity from circle of trust under the realm.
|
void |
CircleOfTrustManager.removeCircleOfTrustMember(String realm,
String cotName,
String protocolType,
String entityId,
boolean rmEntityConfig)
Removes entity from circle of trust under the realm.
|
void |
CircleOfTrustDescriptor.setCircleOfTrustStatus(String circleOfTrustStatus)
Sets status of a circle of trust.
|
void |
CircleOfTrustDescriptor.setIDFFReaderServiceURL(String readerServiceURL)
Sets reader service URL for ID-FF protocol.
|
void |
CircleOfTrustDescriptor.setIDFFWriterServiceURL(String writerServiceURL)
Sets writer service URL for IDFF protocol.
|
void |
CircleOfTrustDescriptor.setSAML2ReaderServiceURL(String readerServiceURL)
Sets reader service URL for SMALv2 protocol.
|
void |
CircleOfTrustDescriptor.setSAML2WriterServiceURL(String writerServiceURL)
Sets writer service URL for SAML2 protocol.
|
Constructor and Description |
---|
CircleOfTrustDescriptor(String circleOfTrustName,
String realm,
String circleOfTrustStatus)
Creates new
COTDescriptor instance. |
CircleOfTrustDescriptor(String circleOfTrustName,
String realm,
String circleOfTrustStatus,
String circleOfTrustDescription,
String circleOfTrustIDFFReaderURL,
String circleOfTrustIDFFWriterURL,
String circleOfTrustSAML2ReaderURL,
String circleOfTrustSAML2WriterURL,
Set circleOfTrustProvider)
Creates new
COTDescriptor instance. |
CircleOfTrustManager()
Constructor for
COTManager . |
CircleOfTrustManager(Object callerToken)
Constructor for
COTManager . |
Modifier and Type | Method and Description |
---|---|
static void |
AddProviderToCOT.addToCOT(String realm,
String cot,
String entityId) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.