Searched refs:SSL (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/config/
H A DAuthMethod.java51 SSL, enum constant in enum:AuthMethod
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/
H A DCustomSocketFactory.java61 * Custom socket factory for ldaps (SSL).
75 public static final String SSL = "SSL"; field in class:CustomSocketFactory
86 sc = SSLContext.getInstance(SSL);
H A DLDAPRealm.java179 public static final String SSL = "SSL"; field in class:LDAPRealm
307 _logger.log(Level.FINE, "LDAPRealm : Using custom socket factory for SSL with pooling");
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/
H A DPEORBConfigurator.java89 private static final String SSL = "SSL"; field in class:PEORBConfigurator
290 + ". Lazy-init not supported for SSL iiop-listeners");
298 String type = clientAuth ? SSL_MUTUALAUTH : SSL ;
H A DIIOPSSLSocketFactory.java82 * This is socket factory used to create either plain sockets or SSL
95 private static final String SSL = "SSL"; field in class:IIOPSSLSocketFactory
103 /* this is stored for the Server side of SSL Connections.
112 /* this is stored for the client side of SSL Connections.
114 * ctx for all SSL connections
264 * type of the server socket (SSL, SSL_MUTUALAUTH, PERSISTENT_SSL or CLEAR_TEXT).
278 if(type.equals(SSL_MUTUALAUTH) || type.equals(SSL) ||
299 * Create a client socket for the specified InetSocketAddress. Creates an SSL
300 * socket if the type specified is SSL o
[all...]
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DRoundRobinPolicy.java72 * - weight- list of SocketInfo {type (type = CLEAR_TEXT or SSL) +
109 // Each SocketInfo.type() must either start with SSL, or be CLEAR_TEXT
110 private static final String SSL = "SSL" ; field in class:RoundRobinPolicy
150 // Copy list, changing any type that does not start with SSL to CLEAR_TEXT.
154 final String newType = si.type().startsWith(SSL) ?
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/web/
H A DWLSessionDescriptorNode.java74 private static final String SSL = "SSL"; field in class:WLSessionDescriptorNode
173 sessionConfig.addTrackingMode(SSL);
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DServerTags.java174 static public final String SSL = "ssl"; field in class:ServerTags
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardContext.java2668 if (sessionTrackingModes.contains(SessionTrackingMode.SSL)) {
2672 SessionTrackingMode.SSL, getName()));

Completed in 199 milliseconds