Class UserAssignedIdentity


  • public class UserAssignedIdentity
    extends Object
    User assigned identity properties.
    • Constructor Detail

      • UserAssignedIdentity

        public UserAssignedIdentity()
    • Method Detail

      • principalId

        public UUID principalId()
        Get the principalId property: The principal ID of the assigned identity.
        Returns:
        the principalId value.
      • clientId

        public UUID clientId()
        Get the clientId property: The client ID of the assigned identity.
        Returns:
        the clientId value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.