soar_pl 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/soar_pl/authorization_policy.rb +1 -1
- data/lib/soar_pl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90e068cb94fc11e00833c106ffb906a75f5d6f8e
|
4
|
+
data.tar.gz: 7e97e0e1e82a39ea73e275b1183657de0bc6d9a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b96bfdd452fd674fc8f22406ad19ffec6caea2336e50643edc6c010cc5f564611170fd4ed33a7d5f400eba7b8dc245262efebdbb59dee118d0ca0d598e2a851b
|
7
|
+
data.tar.gz: 625ce7455d7ff2087abc4108a1a66906513608009acfdbd9024ba125b7dd95e4d63131c52b42ffcfbdcb46a0cb09f3e57b73f3a41133e53ce0a6ace3a94939d4
|
@@ -75,7 +75,7 @@ module SoarPl
|
|
75
75
|
def discover_subject_role_attributes(subject_identifier, subject_roles)
|
76
76
|
attributes = {}
|
77
77
|
@roles.each do |role|
|
78
|
-
attributes[role] = @idm.
|
78
|
+
attributes[role] = @idm.get_attributes(subject_identifier, role)
|
79
79
|
end
|
80
80
|
attributes
|
81
81
|
end
|
data/lib/soar_pl/version.rb
CHANGED