org.glassfish.security.services.config.AuthenticationServiceInjector 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 for IBM JDK
package org.glassfish.security.services.config;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "authentication-service", metadata = "=collection:org.glassfish.security.services.config.SecurityProvider,@default=optional,@default=default:false,@default=datatype:java.lang.Boolean,@default=leaf,@name=required,@name=datatype:java.lang.String,@name=leaf,@use-password-credential=optional,@use-password-credential=default:false,@use-password-credential=datatype:java.lang.Boolean,@use-password-credential=leaf,key=@name,keyed-as=org.glassfish.security.services.config.SecurityConfiguration,target=org.glassfish.security.services.config.AuthenticationService")
@InjectionTarget(AuthenticationService.class)
public class AuthenticationServiceInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy