Searched refs:mutable (Results 1 - 25 of 44) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionIDRefImpl.java55 private boolean mutable = true; field in class:AssertionIDRefImpl
114 if (!mutable) {
125 mutable = false;
131 * @return true if the object is mutable; false otherwise.
134 return mutable;
227 mutable = false;
H A DAuthnStatementImpl.java89 private boolean mutable = true; field in class:AuthnStatementImpl
215 mutable = false;
269 if (!mutable) {
296 if (!mutable) {
323 if (!mutable) {
350 if (!mutable) {
377 if (!mutable) {
388 if (mutable) {
395 mutable = false;
402 * @return <code>true</code> if the object is mutable;
[all...]
H A DActionImpl.java64 private boolean mutable = true; field in class:ActionImpl
130 mutable = false;
168 mutable = false;
174 * @return true if the object is mutable; false otherwise.
177 return mutable;
200 if (!mutable) {
227 if (!mutable) {
H A DSubjectLocalityImpl.java68 private boolean mutable = true; field in class:SubjectLocalityImpl
108 mutable = false;
147 mutable = false;
153 * @return <code>true</code> if the object is mutable;
157 return mutable;
180 if (!mutable) {
207 if (!mutable) {
H A DSubjectConfirmationDataImpl.java64 protected boolean mutable = false; field in class:SubjectConfirmationDataImpl
74 mutable = true;
214 if (!mutable) {
246 if (!mutable) {
280 if (!mutable) {
312 if (!mutable) {
341 if (!mutable) {
372 if (!mutable) {
399 if (!mutable) {
522 if (!mutable) {
[all...]
H A DAttributeStatementImpl.java77 private boolean mutable = true; field in class:AttributeStatementImpl
155 mutable = false;
206 if (!mutable) {
233 if (!mutable) {
245 if (mutable) {
257 mutable = false;
264 * @return <code>true</code> if the object is mutable;
269 return mutable;
H A DAuthnContextImpl.java94 private boolean mutable = true; field in class:AuthnContextImpl
275 mutable = false;
313 if (mutable && (authenticatingAuthority != null)) {
317 mutable = false;
323 * @return <code>true</code> if the object is mutable;
327 return mutable;
349 if (!mutable) {
377 if (!mutable) {
404 if (!mutable) {
418 if (!mutable) {
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionIDRefImpl.java55 private boolean mutable = true; field in class:AssertionIDRefImpl
114 if (!mutable) {
125 mutable = false;
131 * @return true if the object is mutable; false otherwise.
134 return mutable;
227 mutable = false;
H A DAuthnStatementImpl.java89 private boolean mutable = true; field in class:AuthnStatementImpl
215 mutable = false;
269 if (!mutable) {
296 if (!mutable) {
323 if (!mutable) {
350 if (!mutable) {
377 if (!mutable) {
388 if (mutable) {
395 mutable = false;
402 * @return <code>true</code> if the object is mutable;
[all...]
H A DActionImpl.java64 private boolean mutable = true; field in class:ActionImpl
130 mutable = false;
168 mutable = false;
174 * @return true if the object is mutable; false otherwise.
177 return mutable;
200 if (!mutable) {
227 if (!mutable) {
H A DSubjectLocalityImpl.java68 private boolean mutable = true; field in class:SubjectLocalityImpl
108 mutable = false;
147 mutable = false;
153 * @return <code>true</code> if the object is mutable;
157 return mutable;
180 if (!mutable) {
207 if (!mutable) {
H A DSubjectConfirmationDataImpl.java64 protected boolean mutable = false; field in class:SubjectConfirmationDataImpl
74 mutable = true;
214 if (!mutable) {
246 if (!mutable) {
280 if (!mutable) {
312 if (!mutable) {
341 if (!mutable) {
372 if (!mutable) {
399 if (!mutable) {
522 if (!mutable) {
[all...]
H A DAttributeStatementImpl.java77 private boolean mutable = true; field in class:AttributeStatementImpl
155 mutable = false;
206 if (!mutable) {
233 if (!mutable) {
245 if (mutable) {
257 mutable = false;
264 * @return <code>true</code> if the object is mutable;
269 return mutable;
H A DAuthnContextImpl.java94 private boolean mutable = true; field in class:AuthnContextImpl
275 mutable = false;
313 if (mutable && (authenticatingAuthority != null)) {
317 mutable = false;
323 * @return <code>true</code> if the object is mutable;
327 return mutable;
349 if (!mutable) {
377 if (!mutable) {
404 if (!mutable) {
418 if (!mutable) {
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusMessageImpl.java55 private boolean mutable = true; field in class:StatusMessageImpl
112 if (!mutable) {
170 * Checks if the object is mutable
172 * @return <code>true</code> if the object is mutable,
176 return mutable;
183 mutable = false;
H A DResultImpl.java77 private boolean mutable = true; field in class:ResultImpl
133 if (!mutable) {
156 if (!mutable) {
182 if (!mutable) {
263 * Checks if the object is mutable
265 * @return <code>true</code> if the object is mutable,
269 return mutable;
277 if (mutable) {
284 mutable = false;
H A DStatusImpl.java72 private boolean mutable = true; field in class:StatusImpl
130 if (!mutable) {
157 if (!mutable) {
179 if (!mutable) {
235 * Checks if the object is mutable
237 * @return <code>true</code> if the object is mutable,
241 return mutable;
248 if (mutable) {
258 mutable = false;
H A DActionImpl.java67 private boolean mutable = true; field in class:ActionImpl
180 * be determined by calling <code>mutable</code> on the object.
184 if (!mutable) {
252 mutable = false;
256 * Checks if the object is mutable
258 * @return <code>true</code> if the object is mutable,
262 return mutable;
H A DDecisionImpl.java63 private boolean mutable = true; field in class:DecisionImpl
120 if (!mutable) {
179 * Checks if the object is mutable
181 * @return <code>true</code> if the object is mutable,
185 return mutable;
192 mutable = false;
H A DEnvironmentImpl.java68 private boolean mutable = true; field in class:EnvironmentImpl
181 * be determined by calling <code>mutable</code> on the object.
185 if (!mutable) {
254 mutable = false;
258 * Checks if the object is mutable
260 * @return <code>true</code> if the object is mutable,
264 return mutable;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusMessageImpl.java55 private boolean mutable = true; field in class:StatusMessageImpl
112 if (!mutable) {
170 * Checks if the object is mutable
172 * @return <code>true</code> if the object is mutable,
176 return mutable;
183 mutable = false;
H A DResultImpl.java77 private boolean mutable = true; field in class:ResultImpl
133 if (!mutable) {
156 if (!mutable) {
182 if (!mutable) {
263 * Checks if the object is mutable
265 * @return <code>true</code> if the object is mutable,
269 return mutable;
277 if (mutable) {
284 mutable = false;
H A DStatusImpl.java72 private boolean mutable = true; field in class:StatusImpl
130 if (!mutable) {
157 if (!mutable) {
179 if (!mutable) {
235 * Checks if the object is mutable
237 * @return <code>true</code> if the object is mutable,
241 return mutable;
248 if (mutable) {
258 mutable = false;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DRequestedAuthnContextImpl.java70 private boolean mutable = false; field in class:RequestedAuthnContextImpl
79 mutable = true;
197 if (!mutable) {
241 if (!mutable) {
277 if (!mutable) {
376 mutable = false;
392 * Returns true if the object is mutable
394 * @return true if the object is mutable
397 return mutable;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DRequestedAuthnContextImpl.java70 private boolean mutable = false; field in class:RequestedAuthnContextImpl
79 mutable = true;
197 if (!mutable) {
241 if (!mutable) {
277 if (!mutable) {
376 mutable = false;
392 * Returns true if the object is mutable
394 * @return true if the object is mutable
397 return mutable;

Completed in 91 milliseconds

12