Searched defs:mutable (Results 1 - 25 of 42) 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 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 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 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) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
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;
H A DStatusDetailImpl.java63 private boolean mutable = true; field in class:StatusDetailImpl
113 if (!mutable) {
194 * Checks if the object is mutable
196 * @return <code>true</code> if the object is mutable,
200 return mutable;
207 mutable = false;
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 DResponseImpl.java70 private boolean mutable = true; field in class:ResponseImpl
128 if (!mutable) {
153 if (!mutable) {
211 * Checks if the object is mutable
213 * @return <code>true</code> if the object is mutable,
217 return mutable;
225 if (mutable) {
234 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 DStatusCodeImpl.java68 private boolean mutable = true; field in class:StatusCodeImpl
125 if (!mutable) {
159 if (!mutable) {
235 * Checks if the object is mutable
237 * @return <code>true</code> if the object is mutable,
241 return mutable;
248 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/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 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 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;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
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;
H A DStatusDetailImpl.java63 private boolean mutable = true; field in class:StatusDetailImpl
113 if (!mutable) {
194 * Checks if the object is mutable
196 * @return <code>true</code> if the object is mutable,
200 return mutable;
207 mutable = false;
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;
/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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/impl/
H A DObligationImpl.java78 private boolean mutable = true; field in class:ObligationImpl
340 mutable = false;
344 * Checks if this object is mutable
346 * @return <code>true</code> if the object is mutable,
350 return mutable;
H A DObligationsImpl.java69 private boolean mutable = true; field in class:ObligationsImpl
129 if (!mutable) {
152 if (!mutable) {
213 mutable = false;
217 * Checks if this object is mutable
219 * @return <code>true</code> if the object is mutable,
223 return mutable;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionStatementImpl.java89 private boolean mutable = true; field in class:XACMLAuthzDecisionStatementImpl
156 if (!mutable) {
188 if (!mutable) {
248 * Checks if the object is mutable
250 * @return <code>true</code> if the object is mutable,
254 return mutable;
261 mutable = false;

Completed in 54 milliseconds

12