Uses of Class
javax.security.auth.message.config.AuthConfigFactory
-
Packages that use AuthConfigFactory Package Description com.sun.xml.wss.provider.wsit javax.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of AuthConfigFactory in com.sun.xml.wss.provider.wsit
Subclasses of AuthConfigFactory in com.sun.xml.wss.provider.wsit Modifier and Type Class Description classJMACAuthConfigFactoryThis class implements methods in the abstract class AuthConfigFactory.Fields in com.sun.xml.wss.provider.wsit declared as AuthConfigFactory Modifier and Type Field Description protected AuthConfigFactoryConfigHelper. factoryConstructors in com.sun.xml.wss.provider.wsit with parameters of type AuthConfigFactory Constructor Description WSITAuthConfigProvider(Map props, AuthConfigFactory factory)Creates a new instance of WSITAuthConfigProvider -
Uses of AuthConfigFactory in javax.security.auth.message.config
Methods in javax.security.auth.message.config that return AuthConfigFactory Modifier and Type Method Description static AuthConfigFactoryAuthConfigFactory. getFactory()Get the system-wide AuthConfigFactory implementation.Methods in javax.security.auth.message.config with parameters of type AuthConfigFactory Modifier and Type Method Description static voidAuthConfigFactory. setFactory(AuthConfigFactory factory)Set the system-wide AuthConfigFactory implementation.
-