Skip navigation links
A C E G I J K L M O P R S T U W 

A

APP_SERVER_CONFIGURATION_DIRECTORY - Static variable in class org.wso2.appserver.Constants
WSO2 Application Server configuration base directory identifier.
APP_SERVER_CONFIGURATION_NAMESPACE - Static variable in class org.wso2.appserver.Constants
Namespace for wso2as.xml file XML content.
APP_SERVER_DESCRIPTOR - Static variable in class org.wso2.appserver.Constants
WSO2 Application Server descriptor file name.
APP_SERVER_DESCRIPTOR_SCHEMA - Static variable in class org.wso2.appserver.Constants
WSO2 Application Server descriptor XML schema file name.
ApplicationServerConfiguration - Class in org.wso2.appserver.configuration.server
A Java class which models a holder for server level WSO2 specific configurations.
ApplicationServerConfiguration() - Constructor for class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
ApplicationServerConfigurationException - Exception in org.wso2.appserver.exceptions
This class defines a custom checked exception type specified for WSO2 Application Server which is thrown when the Application Server encounters configuration related issues.
ApplicationServerConfigurationException(String) - Constructor for exception org.wso2.appserver.exceptions.ApplicationServerConfigurationException
 
ApplicationServerConfigurationException(String, Throwable) - Constructor for exception org.wso2.appserver.exceptions.ApplicationServerConfigurationException
 
ApplicationServerException - Exception in org.wso2.appserver.exceptions
This class defines a custom checked exception type specific to WSO2 Application Server.
ApplicationServerException(String) - Constructor for exception org.wso2.appserver.exceptions.ApplicationServerException
 
ApplicationServerException(String, Throwable) - Constructor for exception org.wso2.appserver.exceptions.ApplicationServerException
 
ApplicationServerRuntimeException - Exception in org.wso2.appserver.exceptions
This class defines a custom unchecked exception type specific to WSO2 Application Server.
ApplicationServerRuntimeException(String, Throwable) - Constructor for exception org.wso2.appserver.exceptions.ApplicationServerRuntimeException
 
ApplicationServerRuntimeException(String) - Constructor for exception org.wso2.appserver.exceptions.ApplicationServerRuntimeException
 
AppServerClassLoading - Class in org.wso2.appserver.configuration.server
A Java class which models a holder for server level classloading configurations.
AppServerClassLoading() - Constructor for class org.wso2.appserver.configuration.server.AppServerClassLoading
 
AppServerClassLoading.Environment - Class in org.wso2.appserver.configuration.server
A nested class which models a class-loading environment for Application Server.
AppServerClassLoading.Environments - Class in org.wso2.appserver.configuration.server
A nested class which models a group of class-loading environments for Application Server.
AppServerSecurity - Class in org.wso2.appserver.configuration.server
A Java class which models a holder for server level security configurations.
AppServerSecurity() - Constructor for class org.wso2.appserver.configuration.server.AppServerSecurity
 
AppServerSecurity.Keystore - Class in org.wso2.appserver.configuration.server
A nested class which defines the keystore configurations for Application Server.
AppServerSecurity.Truststore - Class in org.wso2.appserver.configuration.server
A nested class which defines the trust store configurations for Application Server.
AppServerSingleSignOn - Class in org.wso2.appserver.configuration.server
A Java class which models a holder for server level single-sign-on (SSO) configurations.
AppServerSingleSignOn() - Constructor for class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
AppServerSingleSignOn.Property - Class in org.wso2.appserver.configuration.server
A nested class which defines an additional configuration property for SSO.
AppServerStatsPublishing - Class in org.wso2.appserver.configuration.server
A Java class which models a holder for server level statistics publishing configurations.
AppServerStatsPublishing() - Constructor for class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
AppServerWebAppConfiguration - Class in org.wso2.appserver.configuration.context
A Java class which models a holder for context level WSO2 specific configurations.
AppServerWebAppConfiguration() - Constructor for class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 

C

Constants - Class in org.wso2.appserver
A Java class which defines the constants associated with WSO2 Application Server appserver-utils module.
ContextConfigurationLoader - Class in org.wso2.appserver.configuration.listeners
A Java class which loads WSO2 specific context level configurations for all contexts.
ContextConfigurationLoader() - Constructor for class org.wso2.appserver.configuration.listeners.ContextConfigurationLoader
 

E

enableAssertionEncryption(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
enableAssertionSigning(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
enableRequestSigning(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
enableResponseSigning(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
enableSLO(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
enableSSO(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
enableStatsPublisher(Boolean) - Method in class org.wso2.appserver.configuration.context.WebAppStatsPublishing
 
Environment() - Constructor for class org.wso2.appserver.configuration.server.AppServerClassLoading.Environment
 
Environments() - Constructor for class org.wso2.appserver.configuration.server.AppServerClassLoading.Environments
 

G

getACSBase() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
getAppServerConfigurationBase() - Static method in class org.wso2.appserver.utils.PathUtils
Returns a file path representation of the Application Server's WSO2-specific configuration base.
getAuthenticationURL() - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
getCatalinaBase() - Static method in class org.wso2.appserver.utils.PathUtils
Returns a file path representation of the Apache Tomcat instance specified by the CATALINA_BASE environment variable.
getCatalinaConfigurationBase() - Static method in class org.wso2.appserver.utils.PathUtils
Returns a file path representation of the Apache Tomcat configuration base.
getClassLoaderConfiguration() - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 
getClassLoaderEnvironments() - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
getClasspath() - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading.Environment
 
getConsumerURL() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getConsumerURLPostfix() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getContextConfiguration(Context) - Static method in class org.wso2.appserver.configuration.listeners.ContextConfigurationLoader
Retrieves the AppServerWebAppConfiguration matching the specified context.
getDataAgentType() - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
getEnvironments() - Method in class org.wso2.appserver.configuration.context.WebAppClassLoading
 
getEnvironments() - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading.Environments
 
getEnvironments() - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading
 
getHttpBinding() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getIdpCertificateAlias() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
getIdpEntityId() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
getIdpURL() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
getIssuerId() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getKey() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn.Property
 
getKey() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn.Property
 
getKeyAlias() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
getKeyPassword() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
getKeystore() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity
 
getLocation() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
getLocation() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 
getName() - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading.Environment
 
getOptionalParams() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getPassword() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
getPassword() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 
getPassword() - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
getProperties() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getProperties() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
getPublisherURL() - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
getSecurityConfiguration() - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
getServerConfiguration() - Static method in class org.wso2.appserver.configuration.listeners.ServerConfigurationLoader
 
getSignatureValidatorImplClass() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
getSingleSignOnConfiguration() - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 
getSingleSignOnConfiguration() - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
getSkipURIs() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getSkipURIs() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn.SkipURIs
 
getSLOURLPostfix() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
getStatsPublisherConfiguration() - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 
getStatsPublisherConfiguration() - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
getStreamId() - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
getTruststore() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity
 
getType() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
getType() - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 
getUnmarshalledObject(Path, Path, Class<T>) - Static method in class org.wso2.appserver.configuration.listeners.Utils
Builds an XML binding from the XML source file specified.
getUsername() - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
getValue() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn.Property
 
getValue() - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn.Property
 
getWebAppPath(Context) - Static method in class org.wso2.appserver.utils.PathUtils
Returns an absolute file path representation of the webapp context root specified.
getXMLUnmarshaller(Path, Class...) - Static method in class org.wso2.appserver.configuration.listeners.Utils
Returns an XML unmarshaller for the defined Java classes.

I

isAssertionEncryptionEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
isAssertionSigningEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
isRequestSigningEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
isResponseSigningEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
isSLOEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
isSSOEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
isStatsPublisherEnabled() - Method in class org.wso2.appserver.configuration.context.WebAppStatsPublishing
 

J

JAVA_KEYSTORE_LOCATION - Static variable in class org.wso2.appserver.Constants
System property key identifying the file path location of the Application Server keystore.
JAVA_KEYSTORE_PASSWORD - Static variable in class org.wso2.appserver.Constants
System property key identifying the password to access the private key from the keystore file specified by system property 'javax.net.ssl.keyStore'.
JAVA_KEYSTORE_TYPE - Static variable in class org.wso2.appserver.Constants
System property key identifying the Java keystore file format.
JAVA_TRUST_STORE_LOCATION - Static variable in class org.wso2.appserver.Constants
System property key identifying the file path location of the Application Server trust store.
JAVA_TRUST_STORE_PASSWORD - Static variable in class org.wso2.appserver.Constants
System property key identifying the password to access the trust store file specified by system property 'javax.net.ssl.trustStore'.
JAVA_TRUST_STORE_TYPE - Static variable in class org.wso2.appserver.Constants
System property key identifying the Java trust store file format.

K

Keystore() - Constructor for class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 

L

lifecycleEvent(LifecycleEvent) - Method in class org.wso2.appserver.configuration.listeners.ContextConfigurationLoader
Processes Contexts at "configure_start" event to retrieve a final set of WSO2 specific context level configurations.
lifecycleEvent(LifecycleEvent) - Method in class org.wso2.appserver.configuration.listeners.ServerConfigurationLoader
Retrieves the WSO2 specific, server level configurations from the configurations file before server startup event.

M

merge(AppServerWebAppConfiguration) - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
Merges the globally defined context level configurations and context level configurations overridden at context level.

O

org.wso2.appserver - package org.wso2.appserver
 
org.wso2.appserver.configuration.context - package org.wso2.appserver.configuration.context
Package information for context configuration namespace.
org.wso2.appserver.configuration.listeners - package org.wso2.appserver.configuration.listeners
 
org.wso2.appserver.configuration.server - package org.wso2.appserver.configuration.server
Package information for server configuration namespace.
org.wso2.appserver.exceptions - package org.wso2.appserver.exceptions
 
org.wso2.appserver.utils - package org.wso2.appserver.utils
 

P

PathUtils - Class in org.wso2.appserver.utils
This class defines an API of file path related utility functions specific to WSO2 Application Server.
Property() - Constructor for class org.wso2.appserver.configuration.context.WebAppSingleSignOn.Property
 
Property() - Constructor for class org.wso2.appserver.configuration.server.AppServerSingleSignOn.Property
 

R

resolveVariables() - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
Resolves the environmental and system variable placeholders specified among the configurations.

S

ServerConfigurationLoader - Class in org.wso2.appserver.configuration.listeners
A Java class which loads the WSO2 specific server level configurations during Application Server startup.
ServerConfigurationLoader() - Constructor for class org.wso2.appserver.configuration.listeners.ServerConfigurationLoader
 
setACSBase(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
setAuthenticationURL(String) - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
setClassLoaderConfiguration(WebAppClassLoading) - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 
setClassLoaderEnvironments(AppServerClassLoading) - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
setClasspath(String) - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading.Environment
 
setConsumerURL(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setConsumerURLPostfix(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setDataAgentType(String) - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
setEnvironments(String) - Method in class org.wso2.appserver.configuration.context.WebAppClassLoading
 
setEnvironments(List<AppServerClassLoading.Environment>) - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading.Environments
 
setEnvironments(AppServerClassLoading.Environments) - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading
 
setHttpBinding(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setIdpCertificateAlias(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
setIdpEntityId(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
setIdpURL(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
setIssuerId(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setKey(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn.Property
 
setKey(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn.Property
 
setKeyAlias(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
setKeyPassword(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
setKeystore(AppServerSecurity.Keystore) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity
 
setLocation(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
setLocation(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 
setName(String) - Method in class org.wso2.appserver.configuration.server.AppServerClassLoading.Environment
 
setOptionalParams(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setPassword(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
setPassword(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 
setPassword(String) - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
setProperties(List<WebAppSingleSignOn.Property>) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setProperties(List<AppServerSingleSignOn.Property>) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
setPublisherURL(String) - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
setSecurityConfiguration(AppServerSecurity) - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
setSignatureValidatorImplClass(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn
 
setSingleSignOnConfiguration(WebAppSingleSignOn) - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 
setSingleSignOnConfiguration(AppServerSingleSignOn) - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
setSkipURIs(WebAppSingleSignOn.SkipURIs) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setSkipURIs(List<String>) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn.SkipURIs
 
setSLOURLPostfix(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
setStatsPublisherConfiguration(WebAppStatsPublishing) - Method in class org.wso2.appserver.configuration.context.AppServerWebAppConfiguration
 
setStatsPublisherConfiguration(AppServerStatsPublishing) - Method in class org.wso2.appserver.configuration.server.ApplicationServerConfiguration
 
setStreamId(String) - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
setTruststore(AppServerSecurity.Truststore) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity
 
setType(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Keystore
 
setType(String) - Method in class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 
setUsername(String) - Method in class org.wso2.appserver.configuration.server.AppServerStatsPublishing
 
setValue(String) - Method in class org.wso2.appserver.configuration.context.WebAppSingleSignOn.Property
 
setValue(String) - Method in class org.wso2.appserver.configuration.server.AppServerSingleSignOn.Property
 
SkipURIs() - Constructor for class org.wso2.appserver.configuration.context.WebAppSingleSignOn.SkipURIs
 

T

TOMCAT_CONFIGURATION_DIRECTORY - Static variable in class org.wso2.appserver.Constants
Apache Tomcat configuration base directory identifier.
Truststore() - Constructor for class org.wso2.appserver.configuration.server.AppServerSecurity.Truststore
 

U

Utils - Class in org.wso2.appserver.configuration.listeners
A Java class which defines utilities.
Utils() - Constructor for class org.wso2.appserver.configuration.listeners.Utils
 

W

WEB_CONTAINER_RESOURCE_FOLDER - Static variable in class org.wso2.appserver.Constants
Web application specific resource folder identifier.
WEBAPP_DESCRIPTOR - Static variable in class org.wso2.appserver.Constants
WSO2 Application Server context level descriptor file name.
WEBAPP_DESCRIPTOR_NAMESPACE - Static variable in class org.wso2.appserver.Constants
Namespace for wso2as-web.xml file XML content.
WEBAPP_DESCRIPTOR_SCHEMA - Static variable in class org.wso2.appserver.Constants
WSO2 Application Server context level descriptor schema file name.
WebAppClassLoading - Class in org.wso2.appserver.configuration.context
A class which models context-level classloading configurations.
WebAppClassLoading() - Constructor for class org.wso2.appserver.configuration.context.WebAppClassLoading
 
WebAppSingleSignOn - Class in org.wso2.appserver.configuration.context
A Java class which models a holder for context level single-sign-on (SSO) configurations.
WebAppSingleSignOn() - Constructor for class org.wso2.appserver.configuration.context.WebAppSingleSignOn
 
WebAppSingleSignOn.Property - Class in org.wso2.appserver.configuration.context
A nested class which defines an additional configuration property for SSO.
WebAppSingleSignOn.SkipURIs - Class in org.wso2.appserver.configuration.context
A nested class which models a collection of URIs to skip during single-sign-on (SSO).
WebAppStatsPublishing - Class in org.wso2.appserver.configuration.context
A class which models a holder for context level statistics publishing configurations.
WebAppStatsPublishing() - Constructor for class org.wso2.appserver.configuration.context.WebAppStatsPublishing
 
A C E G I J K L M O P R S T U W 
Skip navigation links

Copyright © 2016 WSO2. All rights reserved.