com.ibm.ctg.epi

Class EPISecurityAttrs

  • java.lang.Object
    • com.ibm.ctg.epi.EPISecurityAttrs


  • public class EPISecurityAttrs
    extends java.lang.Object
    Contains information about the security credentials currently being used by the Terminal object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Calendar getExpiry()
      Returns information on when the password will expire.
      int getInvalidCount()
      Returns the number of invalid access attempts made by this userid.
      java.util.Calendar getLastAccess()
      Returns information on when the user last accessed.
      java.util.Calendar getLastVerified()
      Returns information on when the security credentials were last verified.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLastAccess

        public java.util.Calendar getLastAccess()
        Returns information on when the user last accessed.
        Returns:
        Calendar of last accessed date.
      • getExpiry

        public java.util.Calendar getExpiry()
        Returns information on when the password will expire.
        Returns:
        Calendar of expiry date.
      • getLastVerified

        public java.util.Calendar getLastVerified()
        Returns information on when the security credentials were last verified.
        Returns:
        Calendar of last verification date.
      • getInvalidCount

        public int getInvalidCount()
        Returns the number of invalid access attempts made by this userid.
        Returns:
        int of total invalid accesses.
©Copyright IBM Corp. 1994, 2013
Legal