Searched refs:isAuthenticated (Results 1 - 25 of 126) sorted by relevance

123456

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DClientCredentials.java29 private final boolean isAuthenticated; field in class:ClientCredentials
37 * @param isAuthenticated If the process of getting the client credentials has authenticated the client. i.e.
41 public ClientCredentials(final String clientId, final char[] clientSecret, final boolean isAuthenticated, argument
45 this.isAuthenticated = isAuthenticated;
59 public boolean isAuthenticated() { method in class:ClientCredentials
60 return isAuthenticated;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DClientCredentials.java29 private final boolean isAuthenticated; field in class:ClientCredentials
37 * @param isAuthenticated If the process of getting the client credentials has authenticated the client. i.e.
41 public ClientCredentials(final String clientId, final char[] clientSecret, final boolean isAuthenticated, argument
45 this.isAuthenticated = isAuthenticated;
59 public boolean isAuthenticated() { method in class:ClientCredentials
60 return isAuthenticated;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java47 private boolean isAuthenticated; field in class:AuthenticationInfo
82 isAuthenticated = false;
109 isAuthenticated = (authenticationEntry != null);
138 this.isAuthenticated = true;
170 this.isAuthenticated = true;
215 this.isAuthenticated = true;
231 public boolean isAuthenticated() method in class:AuthenticationInfo
233 return isAuthenticated;
459 buffer.append("AuthenticationInfo(isAuthenticated=");
460 buffer.append(isAuthenticated);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java48 private boolean isAuthenticated; field in class:AuthenticationInfo
83 isAuthenticated = false;
110 isAuthenticated = (authenticationEntry != null);
139 this.isAuthenticated = true;
171 this.isAuthenticated = true;
216 this.isAuthenticated = true;
232 public boolean isAuthenticated() method in class:AuthenticationInfo
234 return isAuthenticated;
460 buffer.append("AuthenticationInfo(isAuthenticated=");
461 buffer.append(isAuthenticated);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java47 private boolean isAuthenticated; field in class:AuthenticationInfo
82 isAuthenticated = false;
109 isAuthenticated = (authenticationEntry != null);
138 this.isAuthenticated = true;
170 this.isAuthenticated = true;
215 this.isAuthenticated = true;
231 public boolean isAuthenticated() method in class:AuthenticationInfo
233 return isAuthenticated;
459 buffer.append("AuthenticationInfo(isAuthenticated=");
460 buffer.append(isAuthenticated);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationInfo.java48 private boolean isAuthenticated; field in class:AuthenticationInfo
83 isAuthenticated = false;
110 isAuthenticated = authenticationEntry != null;
139 this.isAuthenticated = true;
171 this.isAuthenticated = true;
216 this.isAuthenticated = true;
232 public boolean isAuthenticated() method in class:AuthenticationInfo
234 return isAuthenticated;
460 buffer.append("AuthenticationInfo(isAuthenticated=");
461 buffer.append(isAuthenticated);
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DAuthenticationEnforcer.java134 if (!exceptActions.contains(request.getAction()) && !isAuthenticated(context)) {
143 if (!exceptCreate && !isAuthenticated(context)) {
152 if (!exceptDelete && !isAuthenticated(context)) {
161 if (!exceptPatch && !isAuthenticated(context)) {
170 if (!exceptQuery && !isAuthenticated(context)) {
179 if (!exceptRead && !isAuthenticated(context)) {
188 if (!exceptUpdate && !isAuthenticated(context)) {
194 private boolean isAuthenticated(Context context) { method in class:AuthenticationEnforcer
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DAuthenticationEnforcer.java134 if (!exceptActions.contains(request.getAction()) && !isAuthenticated(context)) {
143 if (!exceptCreate && !isAuthenticated(context)) {
152 if (!exceptDelete && !isAuthenticated(context)) {
161 if (!exceptPatch && !isAuthenticated(context)) {
170 if (!exceptQuery && !isAuthenticated(context)) {
179 if (!exceptRead && !isAuthenticated(context)) {
188 if (!exceptUpdate && !isAuthenticated(context)) {
194 private boolean isAuthenticated(Context context) { method in class:AuthenticationEnforcer
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationInfo.java51 private boolean isAuthenticated; field in class:AuthenticationInfo
88 isAuthenticated = false;
117 isAuthenticated = (authenticationEntry != null);
153 this.isAuthenticated = true;
190 this.isAuthenticated = true;
240 this.isAuthenticated = true;
260 public boolean isAuthenticated() method in class:AuthenticationInfo
262 return isAuthenticated;
534 buffer.append("AuthenticationInfo(isAuthenticated=");
535 buffer.append(isAuthenticated);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java51 private boolean isAuthenticated; field in class:AuthenticationInfo
88 isAuthenticated = false;
117 isAuthenticated = (authenticationEntry != null);
153 this.isAuthenticated = true;
190 this.isAuthenticated = true;
240 this.isAuthenticated = true;
260 public boolean isAuthenticated() method in class:AuthenticationInfo
262 return isAuthenticated;
534 buffer.append("AuthenticationInfo(isAuthenticated=");
535 buffer.append(isAuthenticated);
[all...]
/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v7/src/main/java/org/forgerock/agents/jetty/v7/
H A DAgentLoginModule.java59 return isAuthenticated();
66 return isAuthenticated();
71 return isAuthenticated();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java52 private boolean isAuthenticated; field in class:BaseDNTableModel
127 * @param isAuthenticated whether the user provided authentication or not.
130 ServerDescriptor.ServerStatus status, boolean isAuthenticated)
133 (this.isAuthenticated != isAuthenticated))
136 this.isAuthenticated = isAuthenticated;
528 else if (!isAuthenticated)
564 else if (!isAuthenticated)
605 else if (!isAuthenticated)
129 setData(Set<BaseDNDescriptor> newData, ServerDescriptor.ServerStatus status, boolean isAuthenticated) argument
[all...]
H A DServerDescriptor.java89 private boolean isAuthenticated; field in class:ServerDescriptor
361 equals = desc.isAuthenticated() == isAuthenticated();
485 installPath+openDSVersion+javaVersion+isAuthenticated)).
496 public boolean isAuthenticated() method in class:ServerDescriptor
498 return isAuthenticated;
504 * @param isAuthenticated whether we were authenticated when retrieving the
507 public void setAuthenticated(boolean isAuthenticated) argument
509 this.isAuthenticated = isAuthenticated;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java53 private boolean isAuthenticated; field in class:BaseDNTableModel
128 * @param isAuthenticated whether the user provided authentication or not.
131 ServerDescriptor.ServerStatus status, boolean isAuthenticated)
134 (this.isAuthenticated != isAuthenticated))
137 this.isAuthenticated = isAuthenticated;
529 else if (!isAuthenticated)
565 else if (!isAuthenticated)
606 else if (!isAuthenticated)
130 setData(Set<BaseDNDescriptor> newData, ServerDescriptor.ServerStatus status, boolean isAuthenticated) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java53 private boolean isAuthenticated; field in class:BaseDNTableModel
128 * @param isAuthenticated whether the user provided authentication or not.
131 ServerDescriptor.ServerStatus status, boolean isAuthenticated)
134 (this.isAuthenticated != isAuthenticated))
137 this.isAuthenticated = isAuthenticated;
529 else if (!isAuthenticated)
565 else if (!isAuthenticated)
606 else if (!isAuthenticated)
130 setData(Set<BaseDNDescriptor> newData, ServerDescriptor.ServerStatus status, boolean isAuthenticated) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java52 private boolean isAuthenticated; field in class:BaseDNTableModel
127 * @param isAuthenticated whether the user provided authentication or not.
130 ServerDescriptor.ServerStatus status, boolean isAuthenticated)
133 (this.isAuthenticated != isAuthenticated))
136 this.isAuthenticated = isAuthenticated;
528 else if (!isAuthenticated)
564 else if (!isAuthenticated)
605 else if (!isAuthenticated)
129 setData(Set<BaseDNDescriptor> newData, ServerDescriptor.ServerStatus status, boolean isAuthenticated) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java53 private boolean isAuthenticated; field in class:BaseDNTableModel
128 * @param isAuthenticated whether the user provided authentication or not.
131 ServerDescriptor.ServerStatus status, boolean isAuthenticated)
134 (this.isAuthenticated != isAuthenticated))
137 this.isAuthenticated = isAuthenticated;
529 else if (!isAuthenticated)
565 else if (!isAuthenticated)
606 else if (!isAuthenticated)
130 setData(Set<BaseDNDescriptor> newData, ServerDescriptor.ServerStatus status, boolean isAuthenticated) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java52 private boolean isAuthenticated; field in class:BaseDNTableModel
126 * @param isAuthenticated whether the user provided authentication or not.
129 ServerDescriptor.ServerStatus status, boolean isAuthenticated)
131 if (!newData.equals(data) || serverStatus != status || this.isAuthenticated != isAuthenticated)
134 this.isAuthenticated = isAuthenticated;
508 else if (!isAuthenticated)
544 else if (!isAuthenticated)
585 else if (!isAuthenticated)
128 setData(Set<BaseDNDescriptor> newData, ServerDescriptor.ServerStatus status, boolean isAuthenticated) argument
[all...]
H A DServerDescriptor.java87 private boolean isAuthenticated; field in class:ServerDescriptor
334 && desc.isAuthenticated() == isAuthenticated()
354 String s = installPath + openDSVersion + javaVersion + isAuthenticated;
365 public boolean isAuthenticated() method in class:ServerDescriptor
367 return isAuthenticated;
373 * @param isAuthenticated whether we were authenticated when retrieving the
376 public void setAuthenticated(boolean isAuthenticated) argument
378 this.isAuthenticated = isAuthenticated;
[all...]
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/
H A DAuthenticator.java43 public boolean isAuthenticated() { method in class:Authenticator.AuthenticatorResult
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java83 if (!authInfo.isAuthenticated())
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java82 if (!authInfo.isAuthenticated())
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java83 if (!authInfo.isAuthenticated())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java83 if (!authInfo.isAuthenticated())
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java82 if (!authInfo.isAuthenticated())

Completed in 96 milliseconds

123456