Package org.bedework.calfacade
Class DirectoryInfo
java.lang.Object
org.bedework.calfacade.DirectoryInfo
This class defines the various directory properties we need to make visible
to applications.
- Author:
- Mike Douglass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the bedework admin group principal root e.g.get the group principal root e.g.get the host principal root e.g.get the principal root e.g.get the resource principal root e.g.get the ticket principal root e.g.get the principal root e.g.get the venue principal root e.g.voidSet the bedework admin group principal root e.g.voidSet the group principal root e.g.voidSet the host principal root e.g.voidsetPrincipalRoot(String val) Set the principal root e.g.voidSet the resource principal root e.g.voidSet the ticket principal root e.g.voidSet the user principal root e.g.voidSet the venue principal root e.g.
-
Constructor Details
-
DirectoryInfo
public DirectoryInfo()
-
-
Method Details
-
setPrincipalRoot
Set the principal root e.g. "/principals"- Parameters:
val- String
-
getPrincipalRoot
get the principal root e.g. "/principals"- Returns:
- String
-
setUserPrincipalRoot
Set the user principal root e.g. "/principals/users"- Parameters:
val- String
-
getUserPrincipalRoot
get the principal root e.g. "/principals/users"- Returns:
- String
-
setGroupPrincipalRoot
Set the group principal root e.g. "/principals/groups"- Parameters:
val- String
-
getGroupPrincipalRoot
get the group principal root e.g. "/principals/groups"- Returns:
- String
-
setBwadmingroupPrincipalRoot
Set the bedework admin group principal root e.g. "/principals/groups/bwadmin"- Parameters:
val- String
-
getBwadmingroupPrincipalRoot
get the bedework admin group principal root e.g. "/principals/groups/bwadmin"- Returns:
- String
-
setResourcePrincipalRoot
Set the resource principal root e.g. "/principals/resources"- Parameters:
val- String
-
getResourcePrincipalRoot
get the resource principal root e.g. "/principals/resources"- Returns:
- String
-
setVenuePrincipalRoot
Set the venue principal root e.g. "/principals/locations"- Parameters:
val- String
-
getVenuePrincipalRoot
get the venue principal root e.g. "/principals/locations"- Returns:
- String
-
setTicketPrincipalRoot
Set the ticket principal root e.g. "/principals/tickets"- Parameters:
val- String
-
getTicketPrincipalRoot
get the ticket principal root e.g. "/principals/tickets"- Returns:
- String
-
setHostPrincipalRoot
Set the host principal root e.g. "/principals/hosts"- Parameters:
val- String
-
getHostPrincipalRoot
get the host principal root e.g. "/principals/hosts"- Returns:
- String
-