PING Federate 8.x UnboundID SCIM 2 クライアント SDK の使用
結果を取得しようとすると、次のエラーが表示されます。
com.unboundid.scim2.client.ScimServiceException: MessageBodyReader not found for media type=text/plain, type=class com.unboundid.scim2.common.messages.ErrorResponse, genericType=class com.unboundid.scim2.common.messages.ErrorResponse.
at com.unboundid.scim2.client.requests.RequestBuilder.toScimException(RequestBuilder.java:136)
at com.unboundid.scim2.client.requests.SearchRequestBuilder.invoke(SearchRequestBuilder.java:325)
at com.unboundid.scim2.client.requests.SearchRequestBuilder.invoke(SearchRequestBuilder.java:152)
at com.unboundid.scim2.client.ScimService.getResourceTypes(ScimService.java:113)
at com.willeke.scim.Scim2Test01.main(Scim2Test01.java:100)
これは、PING Federate が Content-Type: application/json を返し、どうやら UnboundID が type=text/plain を期待しているためだと推測しています。
application/json を期待するように SCIM クライアントを構成するにはどうすればよいですか?
使用時: PING Federate 8.x UnboundID SCIM 1.1 Client SDK
スレッド「メイン」の例外 java.lang.NoSuchMethodError:
javax.ws.rs.core.MultivaluedMap.addAll(Ljava/lang/Object;[Ljava/lang/Object;)V
at org.glassfish.jersey.client.ClientRequest.accept(ClientRequest.java:326)
at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:237)
at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:154)
at org.apache.wink.client.Resource.get(Resource.java:177)
at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:347)
at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:271)
at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:249)
at com.willeke.scim.Client.main(Client.java:38)
ありがとう - ジム