org.jboss.seam.security
Class CredentialType

java.lang.Object
  extended by org.jboss.seam.security.CredentialType
All Implemented Interfaces:
org.picketlink.idm.api.CredentialType

public class CredentialType
extends Object
implements org.picketlink.idm.api.CredentialType

Seam implementation of the PicketLink CredentialType interface. A CredentialType represents a type of credential, e.g. password, certificate, etc.

Author:
Shane Bryzak

Constructor Summary
CredentialType(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialType

public CredentialType(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.picketlink.idm.api.CredentialType


Copyright © 2011 Seam Framework. All Rights Reserved.