Skip to content
Snippets Groups Projects
Commit c52b4b96 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove getAttributes() from SimpleSAML_Session.

parent e8ab7d13
No related branches found
No related tags found
No related merge requests found
...@@ -536,20 +536,6 @@ class SimpleSAML_Session { ...@@ -536,20 +536,6 @@ class SimpleSAML_Session {
} }
/**
* Retrieve the attributes associated with this session.
*
* @return array|NULL The attributes.
* @deprecated
*/
public function getAttributes() {
if (!isset($this->authData[$this->authority]['Attributes'])) {
return NULL;
}
return $this->authData[$this->authority]['Attributes'];
}
/** /**
* Calculates the size of the session object after serialization * Calculates the size of the session object after serialization
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment