/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/ |
H A D | UmaWellKnownConfigurationEndpoint.java | 21 import static org.forgerock.openam.utils.CollectionUtils.newList; 81 field("pat_profiles_supported", newList(providerSettings.getSupportedPATProfiles())), 82 field("aat_profiles_supported", newList(providerSettings.getSupportedAATProfiles())), 83 field("rpt_profiles_supported", newList(providerSettings.getSupportedRPTProfiles())), 84 field("pat_grant_types_supported", newList(providerSettings.getSupportedPATGrantTypes())), 85 field("aat_grant_types_supported", newList(providerSettings.getSupportedAATGrantTypes())),
|
H A D | PermissionTicket.java | 21 import static org.forgerock.openam.utils.CollectionUtils.newList; 64 contents.put(SCOPES, newList(scopes)); 105 contents.put(SCOPES, newList(scopes));
|
H A D | UmaTokenIntrospectionHandler.java | 21 import static org.forgerock.openam.utils.CollectionUtils.newList; 90 field(UmaConstants.SCOPES, newList(p.getScopes()))));
|
H A D | RequestingPartyToken.java | 21 import static org.forgerock.openam.utils.CollectionUtils.newList; 150 field(SCOPES, newList(p.getScopes()))));
|
H A D | UmaPolicy.java | 25 import static org.forgerock.openam.utils.CollectionUtils.newList; 153 field(SCOPES_KEY, newList(permission.getValue()))));
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/ |
H A D | ZeroPageLoginConfig.java | 29 import static org.forgerock.openam.utils.CollectionUtils.newList; 105 field("whitelist", newList(whitelist)),
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/ |
H A D | GetPropertyNamesActionHandler.java | 21 import static org.forgerock.openam.utils.CollectionUtils.newList; 66 newList(sessionPropertyWhitelist.getAllListedProperties(realm)))))));
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/uma/ |
H A D | UmaPendingRequest.java | 23 import static org.forgerock.openam.utils.CollectionUtils.newList; 79 field("scopes", newList(scopes)), 153 field("permissions", newList(getScopes()))));
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBrokerTest.java | 191 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 203 newMap(CURRENT_DS, OTHER_DS), newList(CURRENT_RS.toRSInfo()), 216 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 230 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 243 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 256 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo(), ANOTHER_RS.toRSInfo()),
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBrokerTest.java | 191 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 203 newMap(CURRENT_DS, OTHER_DS), newList(CURRENT_RS.toRSInfo()), 216 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 230 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 243 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()), 256 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo(), ANOTHER_RS.toRSInfo()),
|
/forgerock/opendj2/src/server/org/opends/server/util/ |
H A D | CollectionUtils.java | 77 public static <E> List<E> newList(E... elements) method in class:CollectionUtils
|
/forgerock/opendj2-hg/src/server/org/opends/server/util/ |
H A D | CollectionUtils.java | 77 public static <E> List<E> newList(E... elements) method in class:CollectionUtils
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ |
H A D | SynchronizationMsgTest.java | 93 List<Modification> mods1 = newList(mod1); 97 List<Modification> mods2 = newList(mod1, mod2); 105 List<Modification> mods3 = newList(mod3); 116 List<Modification> mods5 = newList(mod5); 267 return newList( 330 List<Modification> mods1 = newList(mod1); 334 List<Modification> mods2 = newList(mod1, mod2); 342 List<Modification> mods3 = newList(mod3); 448 List<Attribute> userAttributes = newList(attr); 455 List<Attribute> operationalAttributes = newList(att [all...] |
H A D | ProtocolCompatibilityTest.java | 166 List<Attribute> entryAttrList = newList(eattr1, eattr2); 197 List<Attribute> userAttributes = newList(attr); 203 List<Attribute> operationalAttributes = newList(attr); 339 List<Attribute> entryAttrList = newList(eattr1, eattr2); 447 List<Modification> mods1 = newList(mod1); 451 List<Modification> mods2 = newList(mod1, mod2); 459 List<Modification> mods3 = newList(mod3); 470 List<Modification> mods5 = newList(mod5); 475 List<Attribute> entryAttrList = newList(eattr1, eattr2); 623 List<Modification> mods1 = newList(mod [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ |
H A D | SynchronizationMsgTest.java | 93 List<Modification> mods1 = newList(mod1); 97 List<Modification> mods2 = newList(mod1, mod2); 105 List<Modification> mods3 = newList(mod3); 116 List<Modification> mods5 = newList(mod5); 267 return newList( 330 List<Modification> mods1 = newList(mod1); 334 List<Modification> mods2 = newList(mod1, mod2); 342 List<Modification> mods3 = newList(mod3); 448 List<Attribute> userAttributes = newList(attr); 455 List<Attribute> operationalAttributes = newList(att [all...] |
H A D | ProtocolCompatibilityTest.java | 166 List<Attribute> entryAttrList = newList(eattr1, eattr2); 197 List<Attribute> userAttributes = newList(attr); 203 List<Attribute> operationalAttributes = newList(attr); 339 List<Attribute> entryAttrList = newList(eattr1, eattr2); 447 List<Modification> mods1 = newList(mod1); 451 List<Modification> mods2 = newList(mod1, mod2); 459 List<Modification> mods3 = newList(mod3); 470 List<Modification> mods5 = newList(mod5); 475 List<Attribute> entryAttrList = newList(eattr1, eattr2); 623 List<Modification> mods1 = newList(mod [all...] |
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/service/invocation/ |
H A D | OpenIdConnectTokenGenerationState.java | 30 import static org.forgerock.openam.utils.CollectionUtils.newList; 146 field(AUTHENTICATION_METHOD_REFERENCES, newList(authenticationModeReferences)),
|
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/ |
H A D | CollectionUtils.java | 206 final List<M> newList = new ArrayList<M>(values.size()); 209 newList.add(mapper.apply(value)); 212 return newList; 526 public static <T> List<T> newList(Collection<T> collection) { method in class:CollectionUtils
|
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/ |
H A D | CollectionUtils.java | 205 final List<M> newList = new ArrayList<M>(values.size()); 208 newList.add(mapper.apply(value)); 211 return newList;
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/ |
H A D | AuthorizationCode.java | 27 import static org.forgerock.openam.utils.CollectionUtils.newList; 84 put(SCOPE, newList(scope));
|
H A D | DeviceCode.java | 21 import static org.forgerock.openam.utils.CollectionUtils.newList; 80 put(SCOPE, newList(scope));
|
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/ |
H A D | DeploymentConfig.java | 37 import static org.forgerock.openam.utils.CollectionUtils.newList; 244 json(newList(tlsOffloadEngineHosts)));
|
H A D | OpenIdConnectTokenConfig.java | 44 import static org.forgerock.openam.utils.CollectionUtils.newList; 432 field(AUDIENCE, newList(audience)), 540 jsonAttributes.put(AUDIENCE, new JsonValue(newList(smsAttributeMap.get(AUDIENCE))));
|
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/ |
H A D | SoapDelegationConfig.java | 37 import static org.forgerock.openam.utils.CollectionUtils.newList; 180 field(CUSTOM_DELEGATION_TOKEN_HANDLERS, newList(customDelegationTokenHandlers))));
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/ |
H A D | ServerInfoResource.java | 20 import static org.forgerock.openam.utils.CollectionUtils.newList; 143 return newList(AuthClientUtils.getCookieDomains());
|