Uses of Class
com.sun.enterprise.config.serverbeans.customvalidators.JavaClassName
-
-
Uses of JavaClassName in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with annotations of type JavaClassName Modifier and Type Method Description @NotNull StringAuditModule. getClassname()Gets the value of the classname property.@NotNull StringAuthRealm. getClassname()Gets the value of the classname property.@NotNull StringProviderConfig. getClassName()Gets the value of the className property. -
Uses of JavaClassName in com.sun.enterprise.config.serverbeans.customvalidators
Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type JavaClassName Modifier and Type Method Description voidJavaClassNameValidator. initialize(JavaClassName fqcn) -
Uses of JavaClassName in org.glassfish.resources.config
Methods in org.glassfish.resources.config with annotations of type JavaClassName Modifier and Type Method Description @NotNull StringCustomResource. getFactoryClass()Gets the value of the factoryClass property. -
Uses of JavaClassName in org.glassfish.resources.javamail.config
Methods in org.glassfish.resources.javamail.config with annotations of type JavaClassName Modifier and Type Method Description StringMailResource. getStoreProtocolClass()Gets the value of the storeProtocolClass property.StringMailResource. getTransportProtocolClass()Gets the value of the transportProtocolClass property. -
Uses of JavaClassName in org.glassfish.security.services.config
Methods in org.glassfish.security.services.config with annotations of type JavaClassName Modifier and Type Method Description @NotNull StringLoginModuleConfig. getModuleClass()Gets the class name of the LoginModule. -
Uses of JavaClassName in org.glassfish.security.services.provider.authorization
Methods in org.glassfish.security.services.provider.authorization with annotations of type JavaClassName Modifier and Type Method Description @NotNull StringAuthorizationProviderConfig. getProviderClass()Gets the class name of the authorization provider.@NotNull StringRoleMappingProviderConfig. getProviderClass()Gets the class name of the role provider.
-