org.opensaml.xml.security.credential
Class KeyNameCriteria

java.lang.Object
  extended by org.opensaml.xml.security.credential.KeyNameCriteria
All Implemented Interfaces:
CredentialCriteria, Criteria, ResolverCriteria

public class KeyNameCriteria
extends java.lang.Object
implements CredentialCriteria

An implementation of CredentialCriteria 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.