Uses of Interface
jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Packages that use AuthConfigFactory.RegistrationContext Package Description com.sun.xml.wss.provider.wsit jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of AuthConfigFactory.RegistrationContext in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return AuthConfigFactory.RegistrationContext Modifier and Type Method Description AuthConfigFactory.RegistrationContextJMACAuthConfigFactory. getRegistrationContext(String registrationID)Get the the registration context for the identified registration. -
Uses of AuthConfigFactory.RegistrationContext in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config that return AuthConfigFactory.RegistrationContext Modifier and Type Method Description abstract AuthConfigFactory.RegistrationContextAuthConfigFactory. getRegistrationContext(String registrationID)Get the the registration context for the identified registration.
-