cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Java Client Library for Cloud Foundry

Results 113 cf-java-client issues
Sort by recently updated
recently updated
newest added

Adding a v3/users resource to the client library, issue #1294 Adding GrantTypes for saml2, jwt and user token

The cloud foundry app manifest supports a `metadata` attribute for setting labels and annotations: https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-attributes.html#metadata However, this attribute seems to be ignored by the cf-java-client. ## How to reproduce Here...

I just implemented some cleanup procedures to delete users that have left our company. Doing so I noticed that deleting a user via org.cloudfoundry.uaa.users.DeleteUserRequest will - delete the user in...