public abstract class SamlExternalEntity extends Object
| Constructor and Description |
|---|
SamlExternalEntity(String entityId,
List<KeyDescriptorType> keyDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEntityId() |
PublicKey |
getPublicKey() |
abstract SamlService |
getService(SamlProfile service) |
int |
hashCode() |
public SamlExternalEntity(String entityId, List<KeyDescriptorType> keyDescriptors)
public String getEntityId()
public PublicKey getPublicKey()
public abstract SamlService getService(SamlProfile service)
Copyright © 2013 Seam Framework. All Rights Reserved.