Searched defs:protectedUserAttributes (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/models/
H A DServerInfo.java41 @Title(SERVER_INFO_RESOURCE + "serverinfo.protectedUserAttributes.title")
42 @Description(SERVER_INFO_RESOURCE + "serverinfo.protectedUserAttributes.description")
43 public Set<String> protectedUserAttributes; field in class:ServerInfo
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DSelfServiceInfo.java39 private final Set<String> protectedUserAttributes; field in class:SelfServiceInfo
48 protectedUserAttributes = builder.protectedUserAttributes;
93 return protectedUserAttributes;
108 private final Set<String> protectedUserAttributes; field in class:SelfServiceInfo.SelfServiceInfoBuilder
114 protectedUserAttributes = new HashSet<>();
186 * @param protectedUserAttributes
190 public void setProtectedUserAttributes(Set<String> protectedUserAttributes) { argument
191 this.protectedUserAttributes.addAll(protectedUserAttributes);
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DSelfServiceInfo.java39 private final Set<String> protectedUserAttributes; field in class:SelfServiceInfo
49 protectedUserAttributes = builder.protectedUserAttributes;
95 return protectedUserAttributes;
119 private final Set<String> protectedUserAttributes; field in class:SelfServiceInfo.SelfServiceInfoBuilder
126 protectedUserAttributes = new HashSet<>();
198 * @param protectedUserAttributes
202 public void setProtectedUserAttributes(Set<String> protectedUserAttributes) { argument
203 this.protectedUserAttributes.addAll(protectedUserAttributes);
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java125 final Set<String> protectedUserAttributes; field in class:RestSecurity.RestSecurityConfiguration
132 Boolean forgotPassword, Set<String> protectedUserAttributes,
140 this.protectedUserAttributes = protectedUserAttributes;
157 Set<String> protectedUserAttributes = ServiceConfigUtils.getSetAttribute(serviceConfig, PROTECTED_USER_ATTRIBUTES);
167 protectedUserAttributes,
268 return restSecurityConfiguration.protectedUserAttributes;
130 RestSecurityConfiguration(Long selfRegTokenLifeTime, String selfRegistrationConfirmationUrl, Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration, Boolean forgotPassword, Set<String> protectedUserAttributes, String successfulUserRegistrationDestination, Boolean twoFactorAuthEnabled, Boolean selfService) argument
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java125 final Set<String> protectedUserAttributes; field in class:RestSecurity.RestSecurityConfiguration
132 Boolean forgotPassword, Set<String> protectedUserAttributes,
140 this.protectedUserAttributes = protectedUserAttributes;
157 Set<String> protectedUserAttributes = ServiceConfigUtils.getSetAttribute(serviceConfig, PROTECTED_USER_ATTRIBUTES);
167 protectedUserAttributes,
268 return restSecurityConfiguration.protectedUserAttributes;
130 RestSecurityConfiguration(Long selfRegTokenLifeTime, String selfRegistrationConfirmationUrl, Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration, Boolean forgotPassword, Set<String> protectedUserAttributes, String successfulUserRegistrationDestination, Boolean twoFactorAuthEnabled, Boolean selfService) argument

Completed in 48 milliseconds