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

Remove SimpleSAML_Session::setAttributes().

parent b821e219
No related branches found
No related tags found
No related merge requests found
......@@ -734,20 +734,6 @@ class SimpleSAML_Session {
}
/**
* Set the attributes for this session.
*
* @param array|NULL $attributes The attributes of this session.
* @deprecated
*/
public function setAttributes($attributes) {
assert('isset($this->authData[$this->authority])');
$this->dirty = true;
$this->authData[$this->authority]['Attributes'] = $attributes;
}
/**
* 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