Documentation ¶
Index ¶
- Variables
- func NewErrInternal(ctx *context.T, err error) error
- func NewErrUnrecognizedRemoteBlessings(ctx *context.T, blessings []string, rejected []security.RejectedBlessing, ...) error
- func NewRootServer(keyDir, name string) (iberoot.RootServerStub, error)
- func SaveMaster(master ibe.Master, dir string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnrecognizedRemoteBlessings = verror.Register("v.io/x/ref/services/iberoot/rootd/internal.UnrecognizedRemoteBlessings", verror.NoRetry, "{1:}{2:} blessing provided by the remote end: {3} [rejected: {4}] are not recognized by this identity provider: {5}") ErrInternal = verror.Register("v.io/x/ref/services/iberoot/rootd/internal.Internal", verror.NoRetry, "{1:}{2:} internal error: {3}") )
Functions ¶
func NewErrInternal ¶
NewErrInternal returns an error with the ErrInternal ID.
func NewErrUnrecognizedRemoteBlessings ¶
func NewErrUnrecognizedRemoteBlessings(ctx *context.T, blessings []string, rejected []security.RejectedBlessing, name string) error
NewErrUnrecognizedRemoteBlessings returns an error with the ErrUnrecognizedRemoteBlessings ID.
func NewRootServer ¶
func NewRootServer(keyDir, name string) (iberoot.RootServerStub, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.