Class InweboCredential

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.Credential, org.apereo.cas.authentication.CredentialMetaData

    public class InweboCredential
    extends org.apereo.cas.authentication.credential.BasicIdentifiableCredential
    The Inwebo credentials.
    Since:
    6.4.0
    See Also:
    Serialized Form
    • Field Summary

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

        CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      InweboCredential​(java.lang.String login)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLogin()  
      • Methods inherited from class org.apereo.cas.authentication.credential.BasicIdentifiableCredential

        canEqual, equals, getId, hashCode, setId, toString
      • Methods inherited from class org.apereo.cas.authentication.credential.AbstractCredential

        getCredentialClass, isValid, validate
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InweboCredential

        public InweboCredential​(java.lang.String login)
    • Method Detail

      • getLogin

        public java.lang.String getLogin()