Package | Description |
---|---|
org.opensaml.saml.common.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
org.opensaml.saml.ext.saml2mdrpi.impl |
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
protected RegistrationInfo |
AbstractRegistrationInfoPredicate.getRegistrationInfo(EntityDescriptor entity)
Get the
RegistrationInfo extension associated with an entity, if any. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RegistrationPolicyPredicate.doApply(RegistrationInfo info)
Override this method to implement the predicate.
|
protected boolean |
RegistrationAuthorityPredicate.doApply(RegistrationInfo info)
Override this method to implement the predicate.
|
protected abstract boolean |
AbstractRegistrationInfoPredicate.doApply(RegistrationInfo info)
Override this method to implement the predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
RegistrationInfoImpl
Concrete Implementation of
RegistrationInfo . |
Modifier and Type | Method and Description |
---|---|
RegistrationInfo |
RegistrationInfoBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
RegistrationInfo |
RegistrationInfoBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.