Uses of Class
com.sun.xml.wss.RealmAuthenticationAdapter
Packages that use RealmAuthenticationAdapter
-
Uses of RealmAuthenticationAdapter in com.sun.xml.wss
Methods in com.sun.xml.wss that return RealmAuthenticationAdapterModifier and TypeMethodDescriptionstatic RealmAuthenticationAdapterRealmAuthenticationAdapter.newInstance(Object context) -
Uses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.callback
Methods in com.sun.xml.wss.impl.callback that return RealmAuthenticationAdapterMethods in com.sun.xml.wss.impl.callback with parameters of type RealmAuthenticationAdapterModifier and TypeMethodDescriptionvoidPasswordValidationCallback.setRealmAuthentcationAdapter(RealmAuthenticationAdapter adapter) -
Uses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.misc
Subclasses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.miscConstructors in com.sun.xml.wss.impl.misc with parameters of type RealmAuthenticationAdapterModifierConstructorDescriptionDefaultCallbackHandler(String clientOrServer, Properties assertions, RealmAuthenticationAdapter adapter)