org.jboss.seam.security.external.saml
Class SamlExternalEntity
java.lang.Object
org.jboss.seam.security.external.saml.SamlExternalEntity
- Direct Known Subclasses:
- SamlExternalIdentityProvider, SamlExternalServiceProvider
public abstract class SamlExternalEntity
- extends Object
- Author:
- Marcel Kolsteren
SamlExternalEntity
public SamlExternalEntity(String entityId,
List<KeyDescriptorType> keyDescriptors)
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.