public class SAMLMetadataContext extends BaseContext
MessageContext that carries the actual SAML message, in such
cases the metadata carried herein applies to the issuer of that message.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private EntityDescriptor |
entityDescriptor
The descriptor of the SAML entity.
|
private RoleDescriptor |
roleDescriptor
The role descriptor of the SAML entity.
|
| Constructor and Description |
|---|
SAMLMetadataContext() |
| Modifier and Type | Method and Description |
|---|---|
EntityDescriptor |
getEntityDescriptor()
Gets the descriptor of the SAML entity.
|
RoleDescriptor |
getRoleDescriptor()
Gets the role descriptor of the SAML entity.
|
void |
setEntityDescriptor(EntityDescriptor descriptor)
Sets the descriptor of the SAML entity.
|
void |
setRoleDescriptor(RoleDescriptor descriptor)
Sets the role descriptor of the SAML entity.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private EntityDescriptor entityDescriptor
@Nullable private transient RoleDescriptor roleDescriptor
@Nullable public EntityDescriptor getEntityDescriptor()
public void setEntityDescriptor(@Nullable EntityDescriptor descriptor)
descriptor - of the SAML entity@Nullable public RoleDescriptor getRoleDescriptor()
public void setRoleDescriptor(@Nullable RoleDescriptor descriptor)
descriptor - role descriptor of the SAML entityCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.