Searched defs:status (Results 76 - 100 of 368) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DStatus.java35 * This class represents a common status object.
57 private Status status; field in class:Status
82 * Gets sub status.
87 return status;
91 * Sets sub status. The sub status is used by a service to convey
92 * second-level status information in addition to the status code.
93 * @param status Status to be set
96 public void setSubStatus(Status status) { argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DModifyResponse.java74 private Status status = null; field in class:ModifyResponse
79 * @param status Status of the modify response
81 public ModifyResponse (com.sun.identity.liberty.ws.common.Status status) { argument
82 this.status = status;
133 if (status != null) {
141 status = DiscoUtils.parseStatus((Element) child);
167 if (status == null) {
180 * Gets modify response status.
185 return status;
[all...]
H A DQueryResponse.java79 private Status status = null; field in class:QueryResponse
126 if (status != null) {
134 status = DiscoUtils.parseStatus((Element) child);
162 if (status == null) {
206 * @param status Status of the response.
208 public QueryResponse(Status status) { argument
209 this.status = status;
213 * Gets status of the query response.
215 * @return status o
228 setStatus(com.sun.identity.liberty.ws.common.Status status) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCommonAuditHttpAccessAuditFilter.java141 // TODO How to be sure that the final status code sent back with the response will be a 500 ?
165 private static AccessAuditEventBuilder.ResponseStatus mapResponseStatus(Status status) { argument
166 switch(status.getFamily()) {
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DRouterActivityLogger.java109 JsonValue before, JsonValue after, Status status) throws ResourceException {
130 .status(status)
108 log(Context context, Request request, String message, String objectId, JsonValue before, JsonValue after, Status status) argument
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DRestLog.java44 private String status; field in class:RestLog
59 if (status == null) {
61 status = SystemProperties.get(Constants.AM_LOGSTATUS);
63 if ("ACTIVE".equalsIgnoreCase(status)) {
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DResult.java73 "status",
84 protected Status status; field in class:Result
119 * Gets the value of the status property.
127 return status;
131 * Sets the value of the status property.
139 this.status = value;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServer.java136 * Set the servers status
141 void setActiveStatus(boolean status) { argument
142 serverStatus = status;
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponent.java163 * Get the domain status in the dc entry
165 * @return Domain status in the dc entry
179 * Set the domain status in the dc entry
181 * @param status
182 * Domain status to be set
185 public void setDomainStatus(String status) throws UMSException { argument
186 modify(new Attr(TAG_DOMAIN_STATUS, status), ModificationType.REPLACE);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameIdentifierMappingResponse.java74 private Status status; field in class:FSNameIdentifierMappingResponse
84 * @param status the <code>Status</code> object.
90 String inResponseTo, Status status,
94 this.status = status;
172 status = new Status((Element) child);
247 return status;
516 .append(status.toString(includeNS, true));
89 FSNameIdentifierMappingResponse(String providerID, String inResponseTo, Status status, NameIdentifier nameIdentifier) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DStatus.java35 * This class represents a common status object.
57 private Status status; field in class:Status
82 * Gets sub status.
87 return status;
91 * Sets sub status. The sub status is used by a service to convey
92 * second-level status information in addition to the status code.
93 * @param status Status to be set
96 public void setSubStatus(Status status) { argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DModifyResponse.java74 private Status status = null; field in class:ModifyResponse
79 * @param status Status of the modify response
81 public ModifyResponse (com.sun.identity.liberty.ws.common.Status status) { argument
82 this.status = status;
133 if (status != null) {
141 status = DiscoUtils.parseStatus((Element) child);
167 if (status == null) {
180 * Gets modify response status.
185 return status;
[all...]
H A DQueryResponse.java79 private Status status = null; field in class:QueryResponse
126 if (status != null) {
134 status = DiscoUtils.parseStatus((Element) child);
162 if (status == null) {
206 * @param status Status of the response.
208 public QueryResponse(Status status) { argument
209 this.status = status;
213 * Gets status of the query response.
215 * @return status o
228 setStatus(com.sun.identity.liberty.ws.common.Status status) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DResult.java94 public void setStatus(Status status) throws XACMLException; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResultImpl.java53 * The <code>Result</code> element contains decision, status and obligations
74 private Status status = null; //optional field in class:ResultImpl
173 return status;
181 public void setStatus(Status status) throws XACMLException { argument
186 this.status = status;
251 if (status != null) {
252 sb.append(status.toXMLString(includeNSPrefix, false));
281 if (status != null) {
282 status
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionResultStatus.java69 public static InteractionResultStatus get(String status) { argument
70 return (InteractionResultStatus) ResultStatus.get(status, values);
73 public static InteractionResultStatus get(int status) { argument
74 return (InteractionResultStatus) ResultStatus.get(status, values);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java407 private boolean isHandshaking(final HandshakeStatus status) argument
409 return status != HandshakeStatus.NOT_HANDSHAKING;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DDSInfo.java53 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:DSInfo
83 * @param status
84 * The DS status
103 ServerStatus status, boolean assuredFlag,
112 this.status = status;
160 * Get the DS status.
161 * @return the DS status
165 return status;
259 (status
102 DSInfo(int dsId, String dsUrl, int rsId, long generationId, ServerStatus status, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, byte groupId, List<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DStartSessionMsg.java58 * - status: the status we are entering the topology with
66 // The initial status the DS starts with
67 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:StartSessionMsg
101 * @param status Status we are starting with
107 public StartSessionMsg(ServerStatus status, List<String> referralsURLs, argument
111 this.status = status;
120 * @param status Status we are starting with
123 public StartSessionMsg(ServerStatus status, Lis argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java83 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:LightweightServerHandler
111 * @param status The id of the remote DS
123 long generationId, byte groupId, ServerStatus status,
135 this.status = status;
160 status, assuredFlag, assuredMode, safeDataLevel, groupId, refUrls,
121 LightweightServerHandler(ReplicationServerHandler replServerHandler, int replicationServerId, int serverId, String serverUrl, long generationId, byte groupId, ServerStatus status, List<String> refUrls, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, Set<String> eclInclude, Set<String> eclIncludeForDeletes, short protocolVersion) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java406 private boolean isHandshaking(final HandshakeStatus status) argument
408 return status != HandshakeStatus.NOT_HANDSHAKING;
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DDSInfo.java51 private final ServerStatus status; field in class:DSInfo
79 * @param status
80 * The DS status
99 ServerStatus status, boolean assuredFlag,
108 this.status = status;
158 * Get the DS status.
159 * @return the DS status
163 return status;
250 return new DSInfo(dsId, dsUrl, rsId, generationId, status, assuredFla
98 DSInfo(int dsId, String dsUrl, int rsId, long generationId, ServerStatus status, boolean assuredFlag, AssuredMode assuredMode, byte safeDataLevel, byte groupId, Collection<String> refUrls, Collection<String> eclIncludes, Collection<String> eclIncludesForDeletes, short protocolVersion) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DStartSessionMsg.java52 * - status: the status we are entering the topology with
60 /** The initial status the DS starts with. */
61 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:StartSessionMsg
94 * @param status Status we are starting with
100 public StartSessionMsg(ServerStatus status, Collection<String> referralsURLs, argument
104 this.status = status;
136 byteBuilder.append(status.getValue());
177 * <message type><status><assure
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java57 private ServerStatus status = ServerStatus.INVALID_STATUS; field in class:DataServerHandler
87 * Order the peer DS server to change his status or close the connection
101 && status == ServerStatus.FULL_UPDATE_STATUS)
103 // Prevent useless error message (full update status cannot lead to bad
104 // gen status)
133 if (status != ServerStatus.BAD_GEN_ID_STATUS)
180 status = ServerStatus.NOT_CONNECTED_STATUS;
185 * Change the status according to the event.
188 * The event to be used for new status computation
189 * @return The new status o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java407 private boolean isHandshaking(final HandshakeStatus status) argument
409 return status != HandshakeStatus.NOT_HANDSHAKING;

Completed in 102 milliseconds

1234567891011>>