Uses of Interface
com.collation.platform.model.topology.app.j2ee.websphere.WebSphereUserRegistry

Packages that use WebSphereUserRegistry
com.collation.platform.model.topology.app.j2ee.websphere   
 

Uses of WebSphereUserRegistry in com.collation.platform.model.topology.app.j2ee.websphere
 

Subinterfaces of WebSphereUserRegistry in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereCustomUserRegistry
          SSL Settings for a WebSphere Global Security Settings
 interface WebSphereLDAPUserRegistry
          SSL Settings for a WebSphere Global Security Settings
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereUserRegistry
 WebSphereUserRegistry WebSphereGlobalSecuritySettings.getActiveUserRegistry()
           
 WebSphereUserRegistry[] WebSphereGlobalSecuritySettings.getUserRegistries()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereUserRegistry
 void WebSphereGlobalSecuritySettings.setActiveUserRegistry(WebSphereUserRegistry activeReg)
           
 void WebSphereGlobalSecuritySettings.setUserRegistries(WebSphereUserRegistry[] regs)