Interface SelfSignupPolicy.RoleIdStage

All Known Implementing Classes:
SelfSignupPolicy.Builder
Enclosing class:
SelfSignupPolicy

public static interface SelfSignupPolicy.RoleIdStage
  • Method Summary

    Modifier and Type
    Method
    Description
    roleId(@NotNull String roleId)
    The role a brand-new self-signup caller matching this signupType is bound to.
  • Method Details

    • roleId

      SelfSignupPolicy._FinalStage roleId(@NotNull @NotNull String roleId)

      The role a brand-new self-signup caller matching this signupType is bound to. Must never resolve to a role carrying elevated (provisioning or wildcard) scope — checked when you register this policy (skipped if the role doesn't exist yet) and always checked again, unskippable, at the moment a caller actually signs up.