Package | Description |
---|---|
org.opensaml.soap.wsfed |
XMLObject interfaces for WS-Federation elements.
|
org.opensaml.soap.wsfed.impl |
XML Object provider implementations for WS-Federation.
|
Modifier and Type | Method and Description |
---|---|
AppliesTo |
RequestSecurityTokenResponse.getAppliesTo()
Gets the entity to which the token applies.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestSecurityTokenResponse.setAppliesTo(AppliesTo appliesTo)
Set the entity to which the token applies.
|
Modifier and Type | Class and Description |
---|---|
class |
AppliesToImpl
Implementation of the
AppliesTo Object. |
Modifier and Type | Method and Description |
---|---|
AppliesTo |
AppliesToBuilder.buildObject()
Builds a WS-Federation object using its default element name.
|
AppliesTo |
AppliesToBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
AppliesTo |
RequestSecurityTokenResponseImpl.getAppliesTo()
Gets the entity to which the token applies.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestSecurityTokenResponseImpl.setAppliesTo(AppliesTo newappliesTo)
Set the entity to which the token applies.
|
Copyright © 2018. All rights reserved.