Java Doc for RequestSecurityTokenResponseImpl.java in » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » security » trust » impl » wssx » elements » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
6.0 JDK Modules com.sun
»
wsit
»
com.sun.xml.ws.security.trust.impl.wssx.elements
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.sun.xml.ws.security.trust.impl.wssx.elements
.RequestSecurityTokenResponseImpl
RequestSecurityTokenResponseImpl
public
class RequestSecurityTokenResponseImpl extends RequestSecurityTokenResponseType implements
RequestSecurityTokenResponse
(Code)
Implementation of a RequestSecurityTokenResponse.
author:
Manveen Kaur
Constructor Summary
public
RequestSecurityTokenResponseImpl
()
public
RequestSecurityTokenResponseImpl
(
URI
tokenType,
URI
context,
RequestedSecurityToken
token, AppliesTo scopes,
RequestedAttachedReference
attached,
RequestedUnattachedReference
unattached,
RequestedProofToken
proofToken,
Entropy
entropy,
Lifetime
lifetime,
Status
status)
public
RequestSecurityTokenResponseImpl
(RequestSecurityTokenResponseType rstrType)
Method Summary
public
AllowPostdating
getAllowPostdating
()
public
List
<
Object
>
getAny
()
public
AppliesTo
getAppliesTo
()
public
URI
getAuthenticationType
()
public
Authenticator
getAuthenticator
()
public
BinaryExchange
getBinaryExchange
()
public
URI
getCanonicalizationAlgorithm
()
public
URI
getComputedKeyAlgorithm
()
public
String
getContext
()
public
boolean
getDelegatable
()
public
DelegateTo
getDelegateTo
()
public
URI
getEncryptWith
()
public
Encryption
getEncryption
()
public
URI
getEncryptionAlgorithm
()
public
Entropy
getEntropy
()
public
boolean
getForwardable
()
public
Issuer
getIssuer
()
public
long
getKeySize
()
public
URI
getKeyType
()
public
Lifetime
getLifetime
()
public
OnBehalfOf
getOnBehalfOf
()
public
Map
<
QName
,
String
>
getOtherAttributes
()
public
Policy
getPolicy
()
public
PolicyReference
getPolicyReference
()
public
ProofEncryption
getProofEncryption
()
public
Renewing
getRenewable
()
public
RequestedAttachedReference
getRequestedAttachedReference
()
public
RequestedProofToken
getRequestedProofToken
()
public
RequestedSecurityToken
getRequestedSecurityToken
()
public
RequestedTokenCancelled
getRequestedTokenCancelled
()
public
RequestedUnattachedReference
getRequestedUnattachedReference
()
public
SignChallenge
getSignChallenge
()
public
SignChallengeResponse
getSignChallengeResponse
()
public
URI
getSignWith
()
public
URI
getSignatureAlgorithm
()
public
Status
getStatus
()
public
URI
getTokenType
()
public
UseKey
getUseKey
()
public
void
setAllowPostdating
(
AllowPostdating
allowPostdating)
public
void
setAppliesTo
(AppliesTo appliesTo)
public
void
setAuthenticationType
(
URI
uri)
public
void
setAuthenticator
(
Authenticator
authenticator)
public
void
setBinaryExchange
(
BinaryExchange
exchange)
public
void
setCanonicalizationAlgorithm
(
URI
algorithm)
public
void
setComputedKeyAlgorithm
(
URI
algorithm)
public
void
setDelegatable
(boolean flag)
public
void
setDelegateTo
(
DelegateTo
to)
public
void
setEncryptWith
(
URI
algorithm)
public
void
setEncryption
(
Encryption
enc)
public
void
setEncryptionAlgorithm
(
URI
algorithm)
public
void
setEntropy
(
Entropy
entropy)
public
void
setForwardable
(boolean flag)
public
void
setIssuer
(
Issuer
issuer)
public
void
setKeySize
(long size)
public
void
setKeyType
(
URI
keytype)
public
void
setLifetime
(
Lifetime
lifetime)
public
void
setOnBehalfOf
(
OnBehalfOf
onBehalfOf)
public
void
setPolicy
(
Policy
policy)
public
void
setPolicyReference
(PolicyReference policyRef)
public
void
setProofEncryption
(
ProofEncryption
proofEncryption)
public
void
setRenewable
(
Renewing
renew)
public
void
setRequestedAttachedReference
(
RequestedAttachedReference
reference)
public
void
setRequestedProofToken
(
RequestedProofToken
proofToken)
public
void
setRequestedSecurityToken
(
RequestedSecurityToken
securityToken)
public
void
setRequestedTokenCancelled
(
RequestedTokenCancelled
rtc)
public
void
setRequestedUnattachedReference
(
RequestedUnattachedReference
reference)
public
void
setSignChallenge
(
SignChallenge
challenge)
public
void
setSignChallengeResponse
(
SignChallengeResponse
challenge)
public
void
setSignWith
(
URI
algorithm)
public
void
setSignatureAlgorithm
(
URI
algorithm)
public
void
setStatus
(
Status
status)
public
void
setTokenType
(
URI
tokenType)
public
void
setUseKey
(
UseKey
useKey)
Constructor Detail
RequestSecurityTokenResponseImpl
public
RequestSecurityTokenResponseImpl()
(Code)
RequestSecurityTokenResponseImpl
public
RequestSecurityTokenResponseImpl(
URI
tokenType,
URI
context,
RequestedSecurityToken
token, AppliesTo scopes,
RequestedAttachedReference
attached,
RequestedUnattachedReference
unattached,
RequestedProofToken
proofToken,
Entropy
entropy,
Lifetime
lifetime,
Status
status)
(Code)
RequestSecurityTokenResponseImpl
public
RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType) throws
Exception
(Code)
Method Detail
getAllowPostdating
public
AllowPostdating
getAllowPostdating()
(Code)
getAny
public
List
<
Object
> getAny()
(Code)
getAppliesTo
public
AppliesTo getAppliesTo()
(Code)
getAuthenticationType
public
URI
getAuthenticationType()
(Code)
getAuthenticator
public
Authenticator
getAuthenticator()
(Code)
getBinaryExchange
public
BinaryExchange
getBinaryExchange()
(Code)
getCanonicalizationAlgorithm
public
URI
getCanonicalizationAlgorithm()
(Code)
getComputedKeyAlgorithm
public
URI
getComputedKeyAlgorithm()
(Code)
getContext
public
String
getContext()
(Code)
getDelegatable
public
boolean getDelegatable()
(Code)
getDelegateTo
public
DelegateTo
getDelegateTo()
(Code)
getEncryptWith
public
URI
getEncryptWith()
(Code)
getEncryption
public
Encryption
getEncryption()
(Code)
getEncryptionAlgorithm
public
URI
getEncryptionAlgorithm()
(Code)
getEntropy
public
Entropy
getEntropy()
(Code)
getForwardable
public
boolean getForwardable()
(Code)
getIssuer
public
Issuer
getIssuer()
(Code)
getKeySize
public
long getKeySize()
(Code)
getKeyType
public
URI
getKeyType()
(Code)
getLifetime
public
Lifetime
getLifetime()
(Code)
getOnBehalfOf
public
OnBehalfOf
getOnBehalfOf()
(Code)
getOtherAttributes
public
Map
<
QName
,
String
> getOtherAttributes()
(Code)
getPolicy
public
Policy
getPolicy()
(Code)
getPolicyReference
public
PolicyReference getPolicyReference()
(Code)
getProofEncryption
public
ProofEncryption
getProofEncryption()
(Code)
getRenewable
public
Renewing
getRenewable()
(Code)
getRequestedAttachedReference
public
RequestedAttachedReference
getRequestedAttachedReference()
(Code)
getRequestedProofToken
public
RequestedProofToken
getRequestedProofToken()
(Code)
getRequestedSecurityToken
public
RequestedSecurityToken
getRequestedSecurityToken()
(Code)
getRequestedTokenCancelled
public
RequestedTokenCancelled
getRequestedTokenCancelled()
(Code)
getRequestedUnattachedReference
public
RequestedUnattachedReference
getRequestedUnattachedReference()
(Code)
getSignChallenge
public
SignChallenge
getSignChallenge()
(Code)
getSignChallengeResponse
public
SignChallengeResponse
getSignChallengeResponse()
(Code)
getSignWith
public
URI
getSignWith()
(Code)
getSignatureAlgorithm
public
URI
getSignatureAlgorithm()
(Code)
getStatus
public
Status
getStatus()
(Code)
getTokenType
public
URI
getTokenType()
(Code)
getUseKey
public
UseKey
getUseKey()
(Code)
setAllowPostdating
public
void setAllowPostdating(
AllowPostdating
allowPostdating)
(Code)
setAppliesTo
public
void setAppliesTo(AppliesTo appliesTo)
(Code)
setAuthenticationType
public
void setAuthenticationType(
URI
uri)
(Code)
setAuthenticator
public
void setAuthenticator(
Authenticator
authenticator)
(Code)
setBinaryExchange
public
void setBinaryExchange(
BinaryExchange
exchange)
(Code)
setCanonicalizationAlgorithm
public
void setCanonicalizationAlgorithm(
URI
algorithm)
(Code)
setComputedKeyAlgorithm
public
void setComputedKeyAlgorithm(
URI
algorithm)
(Code)
setDelegatable
public
void setDelegatable(boolean flag)
(Code)
setDelegateTo
public
void setDelegateTo(
DelegateTo
to)
(Code)
setEncryptWith
public
void setEncryptWith(
URI
algorithm)
(Code)
setEncryption
public
void setEncryption(
Encryption
enc)
(Code)
setEncryptionAlgorithm
public
void setEncryptionAlgorithm(
URI
algorithm)
(Code)
setEntropy
public
void setEntropy(
Entropy
entropy)
(Code)
setForwardable
public
void setForwardable(boolean flag)
(Code)
setIssuer
public
void setIssuer(
Issuer
issuer)
(Code)
setKeySize
public
void setKeySize(long size)
(Code)
setKeyType
public
void setKeyType(
URI
keytype) throws
WSTrustException
(Code)
setLifetime
public
void setLifetime(
Lifetime
lifetime)
(Code)
setOnBehalfOf
public
void setOnBehalfOf(
OnBehalfOf
onBehalfOf)
(Code)
setPolicy
public
void setPolicy(
Policy
policy)
(Code)
setPolicyReference
public
void setPolicyReference(PolicyReference policyRef)
(Code)
setProofEncryption
public
void setProofEncryption(
ProofEncryption
proofEncryption)
(Code)
setRenewable
public
void setRenewable(
Renewing
renew)
(Code)
setRequestedAttachedReference
public
void setRequestedAttachedReference(
RequestedAttachedReference
reference)
(Code)
setRequestedProofToken
public
void setRequestedProofToken(
RequestedProofToken
proofToken)
(Code)
setRequestedSecurityToken
public
void setRequestedSecurityToken(
RequestedSecurityToken
securityToken)
(Code)
setRequestedTokenCancelled
public
void setRequestedTokenCancelled(
RequestedTokenCancelled
rtc)
(Code)
setRequestedUnattachedReference
public
void setRequestedUnattachedReference(
RequestedUnattachedReference
reference)
(Code)
setSignChallenge
public
void setSignChallenge(
SignChallenge
challenge)
(Code)
setSignChallengeResponse
public
void setSignChallengeResponse(
SignChallengeResponse
challenge)
(Code)
setSignWith
public
void setSignWith(
URI
algorithm)
(Code)
setSignatureAlgorithm
public
void setSignatureAlgorithm(
URI
algorithm)
(Code)
setStatus
public
void setStatus(
Status
status)
(Code)
setTokenType
public
void setTokenType(
URI
tokenType)
(Code)
setUseKey
public
void setUseKey(
UseKey
useKey)
(Code)
ww__w__.__j_a___v__a2___s_.__c__om
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.