Package | Description |
---|---|
org.opensaml.saml.common.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
AbstractNameIDPolicyPredicate.doApply(ProfileRequestContext input,
NameIDPolicy target)
Apply policy to the target object.
|
Modifier and Type | Method and Description |
---|---|
NameIDPolicy |
NameIDMappingRequest.getNameIDPolicy()
Get the NameIDPolicy of the request.
|
NameIDPolicy |
AuthnRequest.getNameIDPolicy()
Gets the
NameIDPolicy of the request. |
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingRequest.setNameIDPolicy(NameIDPolicy newNameIDPolicy)
Set the NameIDPolicy of the request.
|
void |
AuthnRequest.setNameIDPolicy(NameIDPolicy newNameIDPolicy)
Sets the
NameIDPolicy of the request. |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.