|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.security.sso.config.Config
public class Config
| Field Summary | |
|---|---|
static String |
DEFAULT_CHARSET
Default character set for NTLM messages. |
static String |
HTTP_NEGOTIATE
Negotiate authentication. |
static String |
HTTP_NTLM
NTLM authentication. |
static byte[] |
NTLMSSP_SIGNATURE
NTLMSSP signature : NTLMSSP. |
static String |
SSOAUTHENTICATOR_KEY
Authenticator key. |
| Method Summary | |
|---|---|
String |
getCharset()
|
boolean |
getCrossDomain()
|
String |
getDomain()
|
static Config |
getInstance()
|
String |
getJaasContext()
|
String |
getLdapServer()
|
String |
getRedirectOnError()
|
static String[] |
getSupportedAuthenticationMechanisms()
|
String |
getUserIdAttr()
|
String |
getUserURL()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SSOAUTHENTICATOR_KEY
public static final byte[] NTLMSSP_SIGNATURE
public static final String DEFAULT_CHARSET
public static final String HTTP_NEGOTIATE
public static final String HTTP_NTLM
| Method Detail |
|---|
public static Config getInstance()
public static String[] getSupportedAuthenticationMechanisms()
public String getDomain()
public String getCharset()
public String getLdapServer()
public String getRedirectOnError()
public boolean getCrossDomain()
public String getJaasContext()
public String getUserIdAttr()
public String getUserURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||