summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2018-02-22 15:56:35 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-02-22 16:33:25 +0100
commit04e863924729c2039381b114687c13b458860b34 (patch)
treed2e1c34b5aea837528ac811efadf9df56c5f9712 /config-model
parent92553c74190b24aba862bcd8c91815eb4649e43e (diff)
move identityprovider package to vespa-athenz
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java b/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
index e8f3062ba5b..15b482ee60c 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
@@ -13,7 +13,7 @@ import com.yahoo.vespa.model.container.component.SimpleComponent;
* @author mortent
*/
public class IdentityProvider extends SimpleComponent implements IdentityConfig.Producer {
- public static final String CLASS = "com.yahoo.vespa.hosted.athenz.identityprovider.AthenzIdentityProviderImpl";
+ public static final String CLASS = "com.yahoo.vespa.athenz.identityprovider.AthenzIdentityProviderImpl";
public static final String BUNDLE = "vespa-athenz";
private final AthenzDomain domain;