org.jboss.seam.security.external.saml
Class SamlExternalEntity

java.lang.Object
  extended by org.jboss.seam.security.external.saml.SamlExternalEntity
Direct Known Subclasses:
SamlExternalIdentityProvider, SamlExternalServiceProvider

public abstract class SamlExternalEntity
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlExternalEntity(String entityId, List<KeyDescriptorType> keyDescriptors)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEntityId()
           
 PublicKey getPublicKey()
           
abstract  SamlService getService(SamlProfile service)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlExternalEntity

public SamlExternalEntity(String entityId,
                          List<KeyDescriptorType> keyDescriptors)
Method Detail

getEntityId

public String getEntityId()

getPublicKey

public PublicKey getPublicKey()

getService

public abstract SamlService getService(SamlProfile service)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011 Seam Framework. All Rights Reserved.