nl.hippo.slide.auth |
|
Java Source File Name | Type | Comment |
GullibleSSLSocketFactory.java | Class | Socket Factory for SSL connections which do not provide an authentication
This is used to connect to servers where we we are just interested in
an encypted tunnel, and not to verify that both parties trust each other. |
ImpersonationConstants.java | Class |
This class contains constants that are used during the authentication
process. |
JNDISlideRealm.java | Class | Checks user information against a JNDI source or slide
either by comparing passwords (method compare) or
by binding as the given user (method bind). |
SlideRealm.java | Class | |