|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ctg.epi.EPISecurityAttrs
public class EPISecurityAttrs
Contains information about the security credentials currently being used by the Terminal object.
Method Summary | |
---|---|
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 |
---|
public java.util.Calendar getLastAccess()
public java.util.Calendar getExpiry()
public java.util.Calendar getLastVerified()
public int getInvalidCount()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |