Class AbstractCredential

    • Field Summary

      • Fields inherited from interface org.apereo.cas.authentication.Credential

        CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.Class<? extends org.apereo.cas.authentication.Credential> getCredentialClass()  
      int hashCode()  
      boolean isValid()  
      void validate​(org.springframework.binding.validation.ValidationContext context)
      Validate.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.Credential

        getId
      • Methods inherited from interface org.apereo.cas.authentication.CredentialMetaData

        getId
    • Constructor Detail

      • AbstractCredential

        public AbstractCredential()
    • Method Detail

      • getCredentialClass

        public java.lang.Class<? extends org.apereo.cas.authentication.Credential> getCredentialClass()
        Specified by:
        getCredentialClass in interface org.apereo.cas.authentication.CredentialMetaData
      • isValid

        public boolean isValid()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • validate

        public void validate​(org.springframework.binding.validation.ValidationContext context)
        Validate.
        Parameters:
        context - the context