Searched defs:cotDescriptor (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTCache.java75 * @param cotDescriptor <code>COTDescriptor</code> for the
79 CircleOfTrustDescriptor cotDescriptor) {
86 cotCache.put(cacheKey, cotDescriptor);
78 putCircleOfTrust(String realm, String name, CircleOfTrustDescriptor cotDescriptor) argument
H A DCircleOfTrustManager.java120 * @param cotDescriptor the circle of trust descriptor object to be created.
124 CircleOfTrustDescriptor cotDescriptor)
127 if (cotDescriptor == null) {
136 String name = cotDescriptor.getCircleOfTrustName();
153 Map attrs = cotDescriptor.getAttributes();
155 Map tpMap = checkAndSetTrustedProviders(realm, cotDescriptor);
188 CircleOfTrustDescriptor cotDescriptor) throws COTException {
189 Set tp = cotDescriptor.getTrustedProviders();
231 * @param cotDescriptor circle of trust descriptor that contains
236 CircleOfTrustDescriptor cotDescriptor)
123 createCircleOfTrust(String realm, CircleOfTrustDescriptor cotDescriptor) argument
187 checkAndSetTrustedProviders(String realm, CircleOfTrustDescriptor cotDescriptor) argument
235 modifyCircleOfTrust(String realm, CircleOfTrustDescriptor cotDescriptor) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTCache.java75 * @param cotDescriptor <code>COTDescriptor</code> for the
79 CircleOfTrustDescriptor cotDescriptor) {
86 cotCache.put(cacheKey, cotDescriptor);
78 putCircleOfTrust(String realm, String name, CircleOfTrustDescriptor cotDescriptor) argument
H A DCircleOfTrustManager.java121 * @param cotDescriptor the circle of trust descriptor object to be created.
125 CircleOfTrustDescriptor cotDescriptor)
128 if (cotDescriptor == null) {
137 String name = cotDescriptor.getCircleOfTrustName();
154 Map attrs = cotDescriptor.getAttributes();
156 Map tpMap = checkAndSetTrustedProviders(realm, cotDescriptor);
189 CircleOfTrustDescriptor cotDescriptor) throws COTException {
190 Set tp = cotDescriptor.getTrustedProviders();
232 * @param cotDescriptor circle of trust descriptor that contains
237 CircleOfTrustDescriptor cotDescriptor)
124 createCircleOfTrust(String realm, CircleOfTrustDescriptor cotDescriptor) argument
188 checkAndSetTrustedProviders(String realm, CircleOfTrustDescriptor cotDescriptor) argument
236 modifyCircleOfTrust(String realm, CircleOfTrustDescriptor cotDescriptor) argument
[all...]

Completed in 29 milliseconds