org.opensaml.xml.security.criteria
Class KeyNameCriteria

java.lang.Object
  extended by org.opensaml.xml.security.criteria.KeyNameCriteria
All Implemented Interfaces:
Criteria

public final class KeyNameCriteria
extends java.lang.Object
implements Criteria

An implementation of Criteria which specifies key name criteria.


Constructor Summary
KeyNameCriteria(java.lang.String name)
          Constructor.
 
Method Summary
 java.lang.String getKeyName()
          Get the key name criteria.
 void setKeyName(java.lang.String name)
          Set the key name criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyNameCriteria

public KeyNameCriteria(java.lang.String name)
Constructor.

Parameters:
name - key name
Method Detail

getKeyName

public java.lang.String getKeyName()
Get the key name criteria.

Returns:
Returns the keyName.

setKeyName

public void setKeyName(java.lang.String name)
Set the key name criteria.

Parameters:
name - The keyName to set.


Copyright © 2006-2011 Internet2. All Rights Reserved.