public abstract class AbstractEntityStrategy extends Object implements com.google.common.base.Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,Map<String,String>>
| Constructor and Description |
|---|
AbstractEntityStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected org.opensaml.saml.saml2.metadata.Organization |
getSPOrganization(org.opensaml.saml.saml2.metadata.EntityDescriptor spEntity)
Traverse the SP's EntityDescriptor and pick out the
Organization. |
protected org.opensaml.saml.ext.saml2mdui.UIInfo |
getSPUIInfo(org.opensaml.saml.saml2.metadata.EntityDescriptor spEntity)
Traverse the SP's EntityDescriptor and pick out the
UIInfo. |
@Nullable protected org.opensaml.saml.ext.saml2mdui.UIInfo getSPUIInfo(@Nullable org.opensaml.saml.saml2.metadata.EntityDescriptor spEntity)
UIInfo.spEntity - the entityDescriptor@Nullable protected org.opensaml.saml.saml2.metadata.Organization getSPOrganization(@Nullable org.opensaml.saml.saml2.metadata.EntityDescriptor spEntity)
Organization.spEntity - the entityDescriptorOrganization for the SPCopyright © 1999–2014. All rights reserved.