Package | Description |
---|---|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
IDPProxyUtil.addRequesterIDToScope(Scoping scoping,
String requesterId) |
Modifier and Type | Method and Description |
---|---|
Scoping |
ProtocolFactory.createScoping()
Returns the
Scoping Object. |
Scoping |
ProtocolFactory.createScoping(Element value)
Returns the
Scoping Object. |
Scoping |
ProtocolFactory.createScoping(String value)
Returns the
Scoping Object. |
Scoping |
AuthnRequest.getScoping()
Returns the
Scoping object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setScoping(Scoping scoping)
Sets the
Scoping object. |
Modifier and Type | Class and Description |
---|---|
class |
ScopingImpl
This class defines methods to retrieve Identity Providers and context/limitations related to proxying of the request
message.
|
Modifier and Type | Method and Description |
---|---|
Scoping |
AuthnRequestImpl.getScoping()
Returns the
Scoping object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestImpl.setScoping(Scoping scoping)
Sets the
Scoping object. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.