Uses of Class
org.apache.jackrabbit.core.config.WorkspaceConfig
-
Packages that use WorkspaceConfig Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.config org.apache.jackrabbit.core.session -
-
Uses of WorkspaceConfig in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as WorkspaceConfig Modifier and Type Field Description protected WorkspaceConfigWorkspaceImpl. wspConfigThe configuration of thisWorkspaceMethods in org.apache.jackrabbit.core that return WorkspaceConfig Modifier and Type Method Description WorkspaceConfigRepositoryImpl.WorkspaceInfo. getConfig()Returns the workspace configuration.WorkspaceConfigWorkspaceImpl. getConfig()Returns the configuration of this workspace.Methods in org.apache.jackrabbit.core with parameters of type WorkspaceConfig Modifier and Type Method Description protected SessionImplRepositoryImpl. createSessionInstance(Subject subject, WorkspaceConfig wspConfig)Creates an instance of theSessionImplclass representing a user represented by thesubjectinstance attached to the workspace configured by thewspConfig.protected SessionImplRepositoryImpl. createSessionInstance(AuthContext loginContext, WorkspaceConfig wspConfig)Creates an instance of theSessionImplclass representing a user authenticated by theloginContextinstance attached to the workspace configured by thewspConfig.protected RepositoryImpl.WorkspaceInfoRepositoryImpl. createWorkspaceInfo(WorkspaceConfig wspConfig)Creates a newRepositoryImpl.WorkspaceInfoinstance forwspConfig.Constructors in org.apache.jackrabbit.core with parameters of type WorkspaceConfig Constructor Description SessionImpl(RepositoryContext repositoryContext, Subject subject, WorkspaceConfig wspConfig)Protected constructor.SessionImpl(RepositoryContext repositoryContext, AuthContext loginContext, WorkspaceConfig wspConfig)Protected constructor.WorkspaceImpl(SessionContext context, WorkspaceConfig wspConfig)Creates a new workspace instanceWorkspaceInfo(WorkspaceConfig config)Creates a newWorkspaceInfobased on the givenconfig.XASessionImpl(RepositoryContext repositoryContext, Subject subject, WorkspaceConfig wspConfig)Create a new instance of this class.XASessionImpl(RepositoryContext repositoryContext, AuthContext loginContext, WorkspaceConfig wspConfig)Create a new instance of this class. -
Uses of WorkspaceConfig in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return WorkspaceConfig Modifier and Type Method Description WorkspaceConfigRepositoryConfig. createWorkspaceConfig(String name, StringBuffer configContent)Creates a new workspace configuration with the specified name.WorkspaceConfigRepositoryConfig. createWorkspaceConfig(String name, InputSource template)Creates a new workspace configuration with the specified name.WorkspaceConfigRepositoryConfig. getWorkspaceConfig(String name)Returns the configuration of the specified workspace.protected WorkspaceConfigRepositoryConfigurationParser. parseWorkspaceConfig(Element root)Parse workspace config.WorkspaceConfigRepositoryConfigurationParser. parseWorkspaceConfig(InputSource xml)Parses workspace configuration.Methods in org.apache.jackrabbit.core.config that return types with arguments of type WorkspaceConfig Modifier and Type Method Description Collection<WorkspaceConfig>RepositoryConfig. getWorkspaceConfigs()Returns all workspace configurations. -
Uses of WorkspaceConfig in org.apache.jackrabbit.core.session
Constructors in org.apache.jackrabbit.core.session with parameters of type WorkspaceConfig Constructor Description SessionContext(RepositoryContext repositoryContext, SessionImpl session, WorkspaceConfig workspaceConfig)Creates a component context for the given session.
-