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

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

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereGlobalSecuritySettings
 WebSphereGlobalSecuritySettings WebSphereCell.getGlobalSecuritySettings()
           
 WebSphereGlobalSecuritySettings WebSphereUserRegistry.getParent()
           
 WebSphereGlobalSecuritySettings WebSphereSSLSettings.getParent()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereGlobalSecuritySettings
 void WebSphereCell.setGlobalSecuritySettings(WebSphereGlobalSecuritySettings settings)
           
 void WebSphereUserRegistry.setParent(WebSphereGlobalSecuritySettings parent)
           
 void WebSphereSSLSettings.setParent(WebSphereGlobalSecuritySettings parent)