org.jboss.seam.security.examples.idmconsole.model
Class IdentityObjectCredential
java.lang.Object
org.jboss.seam.security.examples.idmconsole.model.IdentityObjectCredential
- All Implemented Interfaces:
- Serializable
@Entity
public class IdentityObjectCredential
- extends Object
- implements Serializable
Holds credential values
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityObjectCredential
public IdentityObjectCredential()
getId
public Long getId()
setId
public void setId(Long id)
getIdentityObject
public IdentityObject getIdentityObject()
setIdentityObject
public void setIdentityObject(IdentityObject identityObject)
getType
@IdentityProperty(value=TYPE)
public IdentityObjectCredentialType getType()
setType
public void setType(IdentityObjectCredentialType type)
getValue
@IdentityProperty(value=VALUE)
public String getValue()
setValue
public void setValue(String value)
Copyright © 2011 Seam Framework. All Rights Reserved.