C# 클래스 AWSSAML.AWSSAMLUtils

파일 보기 프로젝트 열기: awslabs/aws-saml-adfs-cmdlet-sample 1 사용 예제들

공개 메소드들

메소드 설명
GetAwsSamlRoles ( string samlAssertion ) : string[]
GetSamlAssertion ( string identityProvider ) : string
GetSamlRoleCredentails ( string samlAssertion, string awsRole ) : SessionAWSCredentials

비공개 메소드들

메소드 설명
getResult ( string url ) : HttpWebResponse

메소드 상세

GetAwsSamlRoles() 공개 메소드

public GetAwsSamlRoles ( string samlAssertion ) : string[]
samlAssertion string
리턴 string[]

GetSamlAssertion() 공개 메소드

public GetSamlAssertion ( string identityProvider ) : string
identityProvider string
리턴 string

GetSamlRoleCredentails() 공개 메소드

public GetSamlRoleCredentails ( string samlAssertion, string awsRole ) : SessionAWSCredentials
samlAssertion string
awsRole string
리턴 Amazon.Runtime.SessionAWSCredentials