Modifier and Type | Field and Description |
---|---|
static IdcContext.LoginForm |
IdcContext.JAAS_FORM
standard form configuration for an application server JAAS login
|
static IdcContext.LoginForm |
IdcContext.OAM_SSO_FORM
standard form configuration for OAM SSO
|
static IdcContext.LoginForm |
IdcContext.OIM_SSO_FORM
standard form configuration for OIM SSO
|
Modifier and Type | Method and Description |
---|---|
IdcContext.LoginForm |
IdcContext.getLoginForm() |
Modifier and Type | Method and Description |
---|---|
void |
IdcContext.setLoginForm(IdcContext.LoginForm loginForm) |
Modifier and Type | Method and Description |
---|---|
void |
RIDCHttpPostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
Add credentials for a login form
|
Modifier and Type | Method and Description |
---|---|
void |
HttpApache3PostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
Add credentials for a form-based login
|
Modifier and Type | Method and Description |
---|---|
void |
HttpApache4PostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
Add credentials for a login form
|
Modifier and Type | Method and Description |
---|---|
protected IdcContext.LoginForm |
OIMSSOAuthHandler.getLoginForm()
Retrieve the login form for this context
|
protected IdcContext.LoginForm |
FormAuthHandler.getLoginForm()
Retrieve the login form for this context
|
protected IdcContext.LoginForm |
OAMSSOAuthHandler.getLoginForm()
Retrieve the login form for this context
|
Modifier and Type | Method and Description |
---|---|
protected String |
OIMSSOAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm)
Determine the location for the login form post.
|
protected String |
FormAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm)
Determine the location for the login form post
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionPostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
void |
HttpOraclePostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials) |