mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
23.05.2016 f0f8d36cfc0b971249be38021112bfa0754c44c1
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/authz/Authorization.java
File was renamed from opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/authz/Authorizations.java
@@ -53,7 +53,7 @@
import org.forgerock.util.time.TimeService;
/** Factory methods to create {@link Filter} performing authentication and authorizations. */
public final class Authorizations {
public final class Authorization {
    private static final String OAUTH2_AUTHORIZATION_HEADER = "Authorization";
@@ -275,7 +275,7 @@
        };
    }
    private Authorizations() {
    private Authorization() {
        // Prevent instantiation.
    }
}