com.sun.enterprise.config.serverbeans.AuthRealmInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package com.sun.enterprise.config.serverbeans;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "auth-realm", metadata = "=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,@classname=optional,@classname=datatype:java.lang.String,@classname=leaf,@name=optional,@name=datatype:java.lang.String,@name=leaf,key=@name,keyed-as=com.sun.enterprise.config.serverbeans.AuthRealm,target=com.sun.enterprise.config.serverbeans.AuthRealm")
@InjectionTarget(AuthRealm.class)
public class AuthRealmInjector
extends NoopConfigInjector
{
}