Package io.milton.principal
Interface CardDavPrincipal
- All Superinterfaces:
DiscretePrincipal,Principal,Resource
- All Known Subinterfaces:
DirectoryGatewayCardDavPrincipal
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.milton.principal.Principal
Principal.PrincipleId -
Method Summary
Modifier and TypeMethodDescriptionReturns the URL of an address object resource that corresponds to the user represented by the principal.io.milton.http.values.HrefListThis is usually a single href which identifies the collection which contains the users addressbooks.Methods inherited from interface io.milton.principal.DiscretePrincipal
getPrincipalURLMethods inherited from interface io.milton.principal.Principal
getIdenitiferMethods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
Method Details
-
getAddressBookHomeSet
io.milton.http.values.HrefList getAddressBookHomeSet()This is usually a single href which identifies the collection which contains the users addressbooks. This might be the user's own href.- Returns:
- the list of hrefs for the addressbook homes
-
getAddress
String getAddress()Returns the URL of an address object resource that corresponds to the user represented by the principal.- Returns:
- the url of the principal
-