Class ClientAssertion


  • public class ClientAssertion
    extends java.lang.Object
    • Constructor Detail

      • ClientAssertion

        public ClientAssertion()
    • Method Detail

      • getUser

        public java.lang.String getUser()
        Get user
        Returns:
        user
      • relation

        public ClientAssertion relation​(java.lang.String relation)
      • getRelation

        public java.lang.String getRelation()
        Get relation
        Returns:
        relation
      • getObject

        public java.lang.String getObject()
        Get _object
        Returns:
        _object
      • expectation

        public ClientAssertion expectation​(boolean expectation)
      • getExpectation

        public boolean getExpectation()
      • asAssertion

        public Assertion asAssertion()