org.jboss.seam.security
Class CredentialType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CredentialType
public CredentialType(String name)
getName
public String getName()
- Specified by:
getName in interface org.picketlink.idm.api.CredentialType
Copyright © 2011 Seam Framework. All Rights Reserved.