public class SSOException extends JetspeedException
Exception throwns by members of the sso service.
Modifier and Type | Field and Description |
---|---|
static String |
BASIC_AUTHENTICATION_ADD_FAILED
Adding the credentials to the request failed.
|
static String |
FAILED_ADDING_CREDENTIALS_FOR_SITE
Adding the credentials for site failed.
|
static String |
FAILED_ADDING_PRINCIPAL_TO_MAPPING_TABLE_FOR_SITE
Could not add Principal from SITE mapping table.
|
static String |
FAILED_REMOVING_CREDENTIALS_FOR_SITE
Removing the credential for site failed.
|
static String |
FAILED_REMOVING_PRINCIPAL_FROM_MAPPING_TABLE_FOR_SITE
Could not remove Principla from SITE mapping table.
|
static String |
FAILED_STORING_SITE_INFO_IN_DB
Failed to store site info in database.
|
static String |
NO_CREDENTIALS_FOR_SITE
The site has no Single Sign On credentails attached.
|
static String |
REMOTE_PRINCIPAL_EXISTS_CALL_UPDATE
Site/principal has remote principal.
|
static String |
REQUESTED_PRINCIPAL_DOES_NOT_EXIST
Requested principal doesn't exist in Principal store.
|
static String |
SITE_ALREADY_EXISTS
The site could not be created because a site with the same name exists.
|
static String |
SITE_COULD_NOT_BE_CREATED
The site could not be created because a site with the same name exists.
|
KEYED_MESSAGE_BUNDLE
Constructor and Description |
---|
SSOException()
Default Constructor.
|
SSOException(String message)
Constructor with exception message.
|
SSOException(String msg,
Throwable nested)
Constructor with exception message and nested exception.
|
SSOException(Throwable nested)
Constructor with nested exception.
|
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String BASIC_AUTHENTICATION_ADD_FAILED
Adding the credentials to the request failed.
public static final String SITE_ALREADY_EXISTS
The site could not be created because a site with the same name exists.
public static final String SITE_COULD_NOT_BE_CREATED
The site could not be created because a site with the same name exists.
public static final String NO_CREDENTIALS_FOR_SITE
The site has no Single Sign On credentails attached.
public static final String FAILED_ADDING_CREDENTIALS_FOR_SITE
Adding the credentials for site failed.
public static final String FAILED_REMOVING_CREDENTIALS_FOR_SITE
Removing the credential for site failed.
public static final String FAILED_STORING_SITE_INFO_IN_DB
Failed to store site info in database.
public static final String REQUESTED_PRINCIPAL_DOES_NOT_EXIST
Requested principal doesn't exist in Principal store.
public static final String FAILED_REMOVING_PRINCIPAL_FROM_MAPPING_TABLE_FOR_SITE
Could not remove Principla from SITE mapping table.
public static final String FAILED_ADDING_PRINCIPAL_TO_MAPPING_TABLE_FOR_SITE
Could not add Principal from SITE mapping table.
public static final String REMOTE_PRINCIPAL_EXISTS_CALL_UPDATE
Site/principal has remote principal. Calll update.
public SSOException()
Default Constructor.
public SSOException(String message)
Constructor with exception message.
message
- The exception message.public SSOException(Throwable nested)
Constructor with nested exception.
nested
- Nested exception.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.