issrg.utils.handler
Class AttributeAndValidityPeriod

java.lang.Object
  extended by issrg.utils.handler.AttributeAndValidityPeriod

public class AttributeAndValidityPeriod
extends java.lang.Object

Author:
ls97

Constructor Summary
AttributeAndValidityPeriod(RoleBasedCredentials credsIn, ValidityPeriod whenIn)
          Creates a new instance of AttributeAndValidityPeriod
 
Method Summary
 java.util.Date getNotAfter()
           
 java.util.Date getNotBefore()
           
 java.lang.String getRoleType()
           
 java.lang.String getRoleValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeAndValidityPeriod

public AttributeAndValidityPeriod(RoleBasedCredentials credsIn,
                                  ValidityPeriod whenIn)
Creates a new instance of AttributeAndValidityPeriod

Method Detail

getRoleType

public java.lang.String getRoleType()

getRoleValue

public java.lang.String getRoleValue()

getNotBefore

public java.util.Date getNotBefore()

getNotAfter

public java.util.Date getNotAfter()