REST Operation
|
URL
|
Parameters
|
Response
|
|---|---|---|---|
認証要求
| http://localhost:8080/ | usernamepassworduri | subjectid |
認証トークンの検証
| http://localhost:8080/ | tokenid | boolean |
ログアウト
| http://localhost:8080/ | subjectid | void |
認可要求
| http://localhost:8080/ | uriactionsubjectid | boolean |
ログ要求
| http://localhost:8080/ | appidsubjectidlognamemessage | void |
属性検索
| http://localhost:8080/ | filterattributes_namesattribute_values_attributename | identitydetails |
属性取得
| http://localhost:8080/ | attributes_namessubjectid | userdetails |
Read
| http://localhost:8080/ | nameattributes_namesadmin | identitydetails |
属性作成
| http://localhost:8080/ | identity_nameidentity_attribute_namesidentity_attribute_values_attributenameadmin | void |
属性更新
| http://localhost:8080/ | identity_nameidentity_attribute_namesidentity_attribute_values_attributenameadmin | void |
属性削除
| http://localhost:8080/ | identity_nameadmin | void |
①認証要求
http://openam.yasuyasu.com:48080/openam/identity/authenticate?username=amadmin&password=ampassword
②認証トークンの検証
http://openam.yasuyasu.com:48080/openam/identity/isTokenValid?tokenid=AQIC5wM2LY4SfcyDOrkYBnVe87y1F2kTCoU6ipf8gsGcsG4.*AAJTSQACMDE.*

