Searched refs:readonly (Results 26 - 50 of 149) sorted by relevance

123456

/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleWithPrefixAddViewBean.java55 protected String getPropertyXMLFileName(boolean readonly) { argument
H A DPMAuthenticatedUsersSubjectEditViewBean.java49 protected String getPropertyXMLFileName(boolean readonly) { argument
H A DPMDefaultSessionConditionEditViewBean.java50 boolean readonly
52 String xml = (readonly) ?
H A DPMDefaultTimeConditionAddViewBean.java55 boolean readonly
57 return helper.getConditionXML(true, readonly);
H A DPMDefaultSessionConditionAddViewBean.java50 boolean readonly
H A DAuthToRealmAddViewBean.java59 boolean readonly
61 return helper.getConditionXML(true, readonly);
H A DAuthToRealmEditViewBean.java67 boolean readonly
69 return helper.getConditionXML(false, readonly);
H A DPolicyReferralViewBeanBase.java92 protected String getPropertyXMLFileName(boolean readonly) { argument
93 return (readonly) ?
H A DAuthToRealmHelper.java58 public String getConditionXML(boolean bCreate, boolean readonly) { argument
64 xml = (readonly) ?
H A DPMDefaultAuthSchemeConditionEditViewBean.java56 boolean readonly
58 String xml = (readonly) ?
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAPushMechanism.h28 @property (nonatomic, readonly) NSString *secret;
33 @property (nonatomic, readonly) NSString *authEndpoint;
38 @property (nonatomic, readonly) NSString* mechanismUID;
H A DFRANotificationGateway.h26 @property (nonatomic, strong, readonly) NSString *deviceToken;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DPMAuthenticatedUsersSubjectEditViewBean.java49 protected String getPropertyXMLFileName(boolean readonly) { argument
H A DPMDefaultSessionConditionEditViewBean.java50 boolean readonly
52 String xml = (readonly) ?
H A DPMDefaultTimeConditionAddViewBean.java55 boolean readonly
57 return helper.getConditionXML(true, readonly);
H A DPMDefaultSessionConditionAddViewBean.java50 boolean readonly
H A DAuthToRealmAddViewBean.java59 boolean readonly
61 return helper.getConditionXML(true, readonly);
H A DAuthToRealmEditViewBean.java67 boolean readonly
69 return helper.getConditionXML(false, readonly);
H A DPolicyReferralViewBeanBase.java92 protected String getPropertyXMLFileName(boolean readonly) { argument
93 return (readonly) ?
H A DAuthToRealmHelper.java58 public String getConditionXML(boolean bCreate, boolean readonly) { argument
64 xml = (readonly) ?
H A DPMDefaultAuthSchemeConditionEditViewBean.java56 boolean readonly
58 String xml = (readonly) ?
H A DPolicyNormalViewBeanBase.java125 protected String getPropertyXMLFileName(boolean readonly) { argument
126 return (readonly) ?
H A DSessionPropertyConditionHelper.java63 public String getConditionXML(boolean bCreate, boolean readonly) { argument
70 xml = (readonly) ?
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModelImpl.java142 * Returns readonly attribute names.
146 * @return readonly attribute names.
149 Set readonly = new HashSet(attributeNames.size() *2);
154 readonly.addAll(attributeNames);
161 readonly.add(name);
166 return readonly;
255 Set readonly = getReadOnlyAttributeNames(
261 if (!readonly.contains(name)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModelImpl.java142 * Returns readonly attribute names.
146 * @return readonly attribute names.
149 Set readonly = new HashSet(attributeNames.size() *2);
154 readonly.addAll(attributeNames);
161 readonly.add(name);
166 return readonly;
255 Set readonly = getReadOnlyAttributeNames(
261 if (!readonly.contains(name)) {

Completed in 50 milliseconds

123456