|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.identity.federation.api.wstrust.protocol.RequestSecurityTokenCollection
public class RequestSecurityTokenCollection
This class represents a WS-Trust RequestSecurityTokenCollection
. It wraps the JAXB representation of the
security token collection request.
Constructor Summary | |
---|---|
RequestSecurityTokenCollection()
Creates an instance of RequestSecurityTokenCollection . |
|
RequestSecurityTokenCollection(RequestSecurityTokenCollectionType delegate)
Creates an instance of RequestSecurityTokenCollection using the specified delegate. |
Method Summary | |
---|---|
void |
addRequestSecurityToken(RequestSecurityToken request)
Adds the specified RequestSecurityToken object to the collection of token requests. |
RequestSecurityTokenCollectionType |
getDelegate()
Obtains a reference to the RequestSecurityTokenCollectionType delegate. |
java.util.List<RequestSecurityToken> |
getRequestSecurityTokens()
Obtains the collection of RequestSecurityToken objects. |
void |
removeRequestSecurityToken(RequestSecurityToken request)
Removes the specified RequestSecurityToken object from the collection of token requests. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestSecurityTokenCollection()
Creates an instance of RequestSecurityTokenCollection
.
public RequestSecurityTokenCollection(RequestSecurityTokenCollectionType delegate)
Creates an instance of RequestSecurityTokenCollection
using the specified delegate.
delegate
- the JAXB RequestSecurityTokenCollectionType
that represents a WS-Trust request collection.Method Detail |
---|
public java.util.List<RequestSecurityToken> getRequestSecurityTokens()
Obtains the collection of RequestSecurityToken
objects. The returned collection is immutable, so addition
or removal of requests must be carried by the appropriate add/remove methods.
List<RequestSecurityToken>
containing the token requests.public void addRequestSecurityToken(RequestSecurityToken request)
Adds the specified RequestSecurityToken
object to the collection of token requests.
request
- the RequestSecurityToken
to be added.public void removeRequestSecurityToken(RequestSecurityToken request)
Removes the specified RequestSecurityToken
object from the collection of token requests.
request
- the RequestSecurityToken
to be removed.public RequestSecurityTokenCollectionType getDelegate()
Obtains a reference to the RequestSecurityTokenCollectionType
delegate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |