|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
public class GetFederationTokenRequest
Container for the parameters to the GetFederationToken operation
.
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user. A
typical use is in a proxy application that is getting temporary security credentials on behalf of distributed applications inside a corporate network.
Because you must call the GetFederationToken
action using the long-term security credentials of an IAM user, this call is appropriate in
contexts where those credentials can be safely stored, usually in a server-based application.
Note: Do not use this call in mobile applications or client-based web applications that directly get temporary security credentials. For those
types of applications, use AssumeRoleWithWebIdentity
.
The GetFederationToken
action must be called by using the long-term AWS security credentials of the AWS account or an IAM user.
Credentials that are created by IAM users are valid for the specified duration, between 900 seconds (15 minutes) and 129600 seconds (36 hours);
credentials that are created by using account credentials have a maximum duration of 3600 seconds (1 hour).
The permissions that are granted to the federated user are the intersection of the policy that is passed with the GetFederationToken
request and policies that are associated with of the entity making the GetFederationToken
call.
For more information about how permissions work, see Controlling
Permissions in Temporary Credentials in Using Temporary Security Credentials . For information about using GetFederationToken
to create temporary security credentials, see Creating Temporary
Credentials to Enable Access for Federated Users in Using Temporary Security Credentials .
AWSSecurityTokenService.getFederationToken(GetFederationTokenRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetFederationTokenRequest()
Default constructor for a new GetFederationTokenRequest object. |
|
GetFederationTokenRequest(String name)
Constructs a new GetFederationTokenRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getDurationSeconds()
The duration, in seconds, that the session should last. |
String |
getName()
The name of the federated user. |
String |
getPolicy()
A policy that specifies the permissions that are granted to the federated user. |
int |
hashCode()
|
void |
setDurationSeconds(Integer durationSeconds)
The duration, in seconds, that the session should last. |
void |
setName(String name)
The name of the federated user. |
void |
setPolicy(String policy)
A policy that specifies the permissions that are granted to the federated user. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetFederationTokenRequest |
withDurationSeconds(Integer durationSeconds)
The duration, in seconds, that the session should last. |
GetFederationTokenRequest |
withName(String name)
The name of the federated user. |
GetFederationTokenRequest |
withPolicy(String policy)
A policy that specifies the permissions that are granted to the federated user. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetFederationTokenRequest()
public GetFederationTokenRequest(String name)
name
- The name of the federated user. The name is used as an
identifier for the temporary security credentials (such as
Bob
). For example, you can reference the federated user
name in a resource-based policy, such as in an Amazon S3 bucket
policy.Method Detail |
---|
public String getName()
Bob
). For
example, you can reference the federated user name in a resource-based
policy, such as in an Amazon S3 bucket policy.
Constraints:
Length: 2 - 32
Pattern: [\w+=,.@-]*
Bob
). For
example, you can reference the federated user name in a resource-based
policy, such as in an Amazon S3 bucket policy.public void setName(String name)
Bob
). For
example, you can reference the federated user name in a resource-based
policy, such as in an Amazon S3 bucket policy.
Constraints:
Length: 2 - 32
Pattern: [\w+=,.@-]*
name
- The name of the federated user. The name is used as an identifier for
the temporary security credentials (such as Bob
). For
example, you can reference the federated user name in a resource-based
policy, such as in an Amazon S3 bucket policy.public GetFederationTokenRequest withName(String name)
Bob
). For
example, you can reference the federated user name in a resource-based
policy, such as in an Amazon S3 bucket policy.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 32
Pattern: [\w+=,.@-]*
name
- The name of the federated user. The name is used as an identifier for
the temporary security credentials (such as Bob
). For
example, you can reference the federated user name in a resource-based
policy, such as in an Amazon S3 bucket policy.
public String getPolicy()
Constraints:
Length: 1 - 2048
Pattern: [
-?]+
public void setPolicy(String policy)
Constraints:
Length: 1 - 2048
Pattern: [
-?]+
policy
- A policy that specifies the permissions that are granted to the
federated user. By default, federated users have no permissions; they
do not inherit any from the IAM user. When you specify a policy, the
federated user's permissions are intersection of the specified policy
and the IAM user's policy. If you don't specify a policy, federated
users can only access AWS resources that explicitly allow those
federated users in a resource policy, such as in an Amazon S3 bucket
policy.public GetFederationTokenRequest withPolicy(String policy)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
Pattern: [
-?]+
policy
- A policy that specifies the permissions that are granted to the
federated user. By default, federated users have no permissions; they
do not inherit any from the IAM user. When you specify a policy, the
federated user's permissions are intersection of the specified policy
and the IAM user's policy. If you don't specify a policy, federated
users can only access AWS resources that explicitly allow those
federated users in a resource policy, such as in an Amazon S3 bucket
policy.
public Integer getDurationSeconds()
Constraints:
Range: 900 - 129600
public void setDurationSeconds(Integer durationSeconds)
Constraints:
Range: 900 - 129600
durationSeconds
- The duration, in seconds, that the session should last. Acceptable
durations for federation sessions range from 900 seconds (15 minutes)
to 129600 seconds (36 hours), with 43200 seconds (12 hours) as the
default. Sessions for AWS account owners are restricted to a maximum
of 3600 seconds (one hour). If the duration is longer than one hour,
the session for AWS account owners defaults to one hour.public GetFederationTokenRequest withDurationSeconds(Integer durationSeconds)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 900 - 129600
durationSeconds
- The duration, in seconds, that the session should last. Acceptable
durations for federation sessions range from 900 seconds (15 minutes)
to 129600 seconds (36 hours), with 43200 seconds (12 hours) as the
default. Sessions for AWS account owners are restricted to a maximum
of 3600 seconds (one hour). If the duration is longer than one hour,
the session for AWS account owners defaults to one hour.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |