org.jboss.seam.security.management.picketlink
Class JpaIdentityStore.AttributeValue

java.lang.Object
  extended by org.jboss.seam.security.management.picketlink.JpaIdentityStore.AttributeValue
Enclosing class:
JpaIdentityStore

protected class JpaIdentityStore.AttributeValue
extends Object


Constructor Summary
JpaIdentityStore.AttributeValue(String encoded, String type)
           
 
Method Summary
 String getEncoded()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaIdentityStore.AttributeValue

public JpaIdentityStore.AttributeValue(String encoded,
                                       String type)
Method Detail

getEncoded

public String getEncoded()

getType

public String getType()


Copyright © 2011 Seam Framework. All Rights Reserved.