Uses of Class
com.sun.xml.wss.RealmAuthenticationAdapter
-
Packages that use RealmAuthenticationAdapter Package Description com.sun.xml.wss com.sun.xml.wss.impl.callback com.sun.xml.wss.impl.misc -
-
Uses of RealmAuthenticationAdapter in com.sun.xml.wss
Methods in com.sun.xml.wss that return RealmAuthenticationAdapter Modifier and Type Method Description static RealmAuthenticationAdapterRealmAuthenticationAdapter. newInstance(Object context) -
Uses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.callback
Methods in com.sun.xml.wss.impl.callback that return RealmAuthenticationAdapter Modifier and Type Method Description RealmAuthenticationAdapterPasswordValidationCallback. getRealmAuthenticationAdapter()Methods in com.sun.xml.wss.impl.callback with parameters of type RealmAuthenticationAdapter Modifier and Type Method Description voidPasswordValidationCallback. setRealmAuthentcationAdapter(RealmAuthenticationAdapter adapter) -
Uses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.misc
Subclasses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.misc Modifier and Type Class Description classDefaultRealmAuthenticationAdapterConstructors in com.sun.xml.wss.impl.misc with parameters of type RealmAuthenticationAdapter Constructor Description DefaultCallbackHandler(String clientOrServer, Properties assertions, RealmAuthenticationAdapter adapter)
-