Uses of Class
com.sun.xml.wss.RealmAuthenticationAdapter

Packages that use RealmAuthenticationAdapter
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
static RealmAuthenticationAdapter RealmAuthenticationAdapter.newInstance(Object context)
           
 

Uses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.callback
 

Methods in com.sun.xml.wss.impl.callback that return RealmAuthenticationAdapter
 RealmAuthenticationAdapter PasswordValidationCallback.getRealmAuthenticationAdapter()
           
 

Methods in com.sun.xml.wss.impl.callback with parameters of type RealmAuthenticationAdapter
 void PasswordValidationCallback.setRealmAuthentcationAdapter(RealmAuthenticationAdapter adapter)
           
 

Uses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.misc
 

Subclasses of RealmAuthenticationAdapter in com.sun.xml.wss.impl.misc
 class DefaultRealmAuthenticationAdapter
           
 

Constructors in com.sun.xml.wss.impl.misc with parameters of type RealmAuthenticationAdapter
DefaultCallbackHandler(String clientOrServer, Properties assertions, RealmAuthenticationAdapter adapter)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.