Searched defs:DEFAULT (Results 1 - 25 of 84) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DStoreMode.java26 DEFAULT, enum constant in enum:StoreMode
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/beans/
H A DRegistrationDestination.java28 DEFAULT, enum constant in enum:RegistrationDestination
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DStoreMode.java26 DEFAULT, enum constant in enum:StoreMode
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServicesFactory.java43 final private static String DEFAULT = field in class:IdentityServicesFactory
66 return getInstance(DEFAULT);
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DTerminationActionAttribute.java47 public static final int DEFAULT = 0; field in class:TerminationActionAttribute
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DTerminationActionAttribute.java47 public static final int DEFAULT = 0; field in class:TerminationActionAttribute
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServicesFactory.java43 final private static String DEFAULT = field in class:IdentityServicesFactory
66 return getInstance(DEFAULT);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderManager.java48 public static final String DEFAULT = "default"; field in class:DataStoreProviderManager
75 defaultProvider.init(DEFAULT);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java69 private static String DEFAULT = "default"; field in class:DefaultIDPAuthnContextMapper
171 authTypeAndValues = (Set) classRefSchemesMap.get(DEFAULT);
312 if (value.endsWith("|" + DEFAULT)) {
313 value = value.substring(0, value.length()-DEFAULT.length());
329 !classRefLevelMap.containsKey(DEFAULT))
331 classRefLevelMap.put(DEFAULT, authLevel);
356 classRefSchemesMap.put(DEFAULT, authTypeAndValues);
H A DDefaultSPAuthnContextMapper.java66 static String DEFAULT = "default"; field in class:DefaultSPAuthnContextMapper
151 if (DEFAULT.equals(className) ||
177 if (val != null && !val.equals(DEFAULT)) {
350 authLevelInt = (Integer)authRefMap.get(DEFAULT);
414 if (authRefVal.endsWith("|" + DEFAULT)) {
416 authRefVal.length() - DEFAULT.length());
449 if (isDefault && (!authRefMap.containsKey(DEFAULT))) {
450 authRefMap.put(DEFAULT, authLevel);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderManager.java48 public static final String DEFAULT = "default"; field in class:DataStoreProviderManager
75 defaultProvider.init(DEFAULT);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java62 private static String DEFAULT = "default"; field in class:DefaultIDPAuthnContextMapper
170 authTypeAndValues = (Set) classRefSchemesMap.get(DEFAULT);
304 if (value.endsWith("|" + DEFAULT)) {
305 value = value.substring(0, value.length()-DEFAULT.length());
321 !classRefLevelMap.containsKey(DEFAULT))
323 classRefLevelMap.put(DEFAULT, authLevel);
348 classRefSchemesMap.put(DEFAULT, authTypeAndValues);
H A DDefaultSPAuthnContextMapper.java66 static String DEFAULT = "default"; field in class:DefaultSPAuthnContextMapper
151 if (DEFAULT.equals(className) ||
177 if (val != null && !val.equals(DEFAULT)) {
350 authLevelInt = (Integer)authRefMap.get(DEFAULT);
414 if (authRefVal.endsWith("|" + DEFAULT)) {
416 authRefVal.length() - DEFAULT.length());
449 if (isDefault && (!authRefMap.containsKey(DEFAULT))) {
450 authRefMap.put(DEFAULT, authLevel);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DICOSDefinition.java174 public static final int DEFAULT = 0; field in interface:ICOSDefinition
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/
H A DSnsPushMessageConverter.java50 private final static String DEFAULT = "default"; field in class:SnsPushMessageConverter
70 field(DEFAULT, message.getSubject()),
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DICOSDefinition.java174 public static final int DEFAULT = 0; field in interface:ICOSDefinition
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDAPEntrySelectionPanel.java89 DEFAULT enum constant in enum:LDAPEntrySelectionPanel.Filter
256 case DEFAULT:
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDAPEntrySelectionPanel.java89 DEFAULT enum constant in enum:LDAPEntrySelectionPanel.Filter
257 case DEFAULT:
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDAPEntrySelectionPanel.java89 DEFAULT enum constant in enum:LDAPEntrySelectionPanel.Filter
256 case DEFAULT:
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDAPEntrySelectionPanel.java89 DEFAULT enum constant in enum:LDAPEntrySelectionPanel.Filter
257 case DEFAULT:
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDAPEntrySelectionPanel.java89 DEFAULT enum constant in enum:LDAPEntrySelectionPanel.Filter
256 case DEFAULT:
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLDAPEntrySelectionPanel.java75 DEFAULT enum constant in enum:LDAPEntrySelectionPanel.Filter
233 case DEFAULT:
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DProductInformation.java42 private static final ProductInformation DEFAULT = new ProductInformation("opendj"); field in class:ProductInformation
50 return DEFAULT;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java1179 DEFAULT, WILDCARDS, ENUMERATED; enum constant in enum:SearchOperationTestCase.AttributeFilterType
1194 {AttributeFilterType.DEFAULT, false, false, false},
1195 {AttributeFilterType.DEFAULT, false, false, true},
1196 {AttributeFilterType.DEFAULT, false, true, false},
1197 {AttributeFilterType.DEFAULT, false, true, true},
1198 {AttributeFilterType.DEFAULT, true, false, false},
1199 {AttributeFilterType.DEFAULT, true, false, true},
1200 {AttributeFilterType.DEFAULT, true, true, false},
1201 {AttributeFilterType.DEFAULT, true, true, true},
1278 case DEFAULT
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java1156 DEFAULT, WILDCARDS, ENUMERATED; enum constant in enum:SearchOperationTestCase.AttributeFilterType
1171 {AttributeFilterType.DEFAULT, false, false, false},
1172 {AttributeFilterType.DEFAULT, false, false, true},
1173 {AttributeFilterType.DEFAULT, false, true, false},
1174 {AttributeFilterType.DEFAULT, false, true, true},
1175 {AttributeFilterType.DEFAULT, true, false, false},
1176 {AttributeFilterType.DEFAULT, true, false, true},
1177 {AttributeFilterType.DEFAULT, true, true, false},
1178 {AttributeFilterType.DEFAULT, true, true, true},
1255 case DEFAULT
[all...]

Completed in 247 milliseconds

1234