bdemers commented on code in PR #109:
URL: https://github.com/apache/directory-scimple/pull/109#discussion_r948453190
##########
scim-spec/scim-spec-schema/src/main/java/org/apache/directory/scim/spec/schema/ServiceProviderConfiguration.java:
##########
@@ -47,12 +47,11 @@ public class ServiceProviderConfiguration extends
ScimResourceWithOptionalId {
public static class AuthenticationSchema {
public enum Type {
- @XmlEnumValue("oauth")
- OAUTH, @XmlEnumValue("oauth2")
- OAUTH2, @XmlEnumValue("oauthbearertoken")
- OAUTH_BEARER, @XmlEnumValue("httpbasic")
- HTTP_BASIC, @XmlEnumValue("httpdigest")
- HTTP_DIGEST;
+ @XmlEnumValue("oauth") OAUTH,
+ @XmlEnumValue("oauth2") OAUTH2,
+ @XmlEnumValue("oauthbearertoken") OAUTH_BEARER,
+ @XmlEnumValue("httpbasic") HTTP_BASIC,
+ @XmlEnumValue("httpdigest") HTTP_DIGEST;
Review Comment:
Just reformatting because was confused when reading these values
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]